#[repr(transparent)]pub struct Scml(pub u32);Expand description
Statistical Check Monobit Limit Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Scml
impl Eq for Scml
impl StructuralPartialEq for Scml
Auto Trait Implementations§
impl Freeze for Scml
impl RefUnwindSafe for Scml
impl Send for Scml
impl Sync for Scml
impl Unpin for Scml
impl UnwindSafe for Scml
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