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