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