#[repr(transparent)]pub struct LSTATUS(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
Source§impl Abi for LSTATUS
impl Abi for LSTATUS
impl Copy for LSTATUS
impl Eq for LSTATUS
Auto Trait Implementations§
impl Freeze for LSTATUS
impl RefUnwindSafe for LSTATUS
impl Send for LSTATUS
impl Sync for LSTATUS
impl Unpin for LSTATUS
impl UnwindSafe for LSTATUS
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