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