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