pub struct LStar;
Expand description
Syscall Register: LSTAR
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LStar
impl RefUnwindSafe for LStar
impl Send for LStar
impl Sync for LStar
impl Unpin for LStar
impl UnwindSafe for LStar
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more