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