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