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