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