#[repr(transparent)]pub struct Statusb(pub u32);Expand description
Status B
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Statusb
impl Eq for Statusb
impl StructuralPartialEq for Statusb
Auto Trait Implementations§
impl Freeze for Statusb
impl RefUnwindSafe for Statusb
impl Send for Statusb
impl Sync for Statusb
impl Unpin for Statusb
impl UnwindSafe for Statusb
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