#[repr(transparent)]pub struct Sm0sts(pub u16);Expand description
Status Register
Tuple Fields§
§0: u16Implementations§
Source§impl Sm0sts
impl Sm0sts
Sourcepub const fn cmpf(&self) -> Sm0stsCmpf
pub const fn cmpf(&self) -> Sm0stsCmpf
Compare Flags
Sourcepub const fn set_cmpf(&mut self, val: Sm0stsCmpf)
pub const fn set_cmpf(&mut self, val: Sm0stsCmpf)
Compare Flags
Trait Implementations§
impl Copy for Sm0sts
impl Eq for Sm0sts
impl StructuralPartialEq for Sm0sts
Auto Trait Implementations§
impl Freeze for Sm0sts
impl RefUnwindSafe for Sm0sts
impl Send for Sm0sts
impl Sync for Sm0sts
impl Unpin for Sm0sts
impl UnwindSafe for Sm0sts
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