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