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