#[repr(transparent)]pub struct Scr3c(pub u32);Expand description
Statistical Check Run Length 3 Count Register
Tuple Fields§
§0: u32Implementations§
Source§impl Scr3c
impl Scr3c
Sourcepub const fn set_r3_0_ct(&mut self, val: u16)
pub const fn set_r3_0_ct(&mut self, val: u16)
Runs of Zeroes, Length 3 Count
Sourcepub const fn set_r3_1_ct(&mut self, val: u16)
pub const fn set_r3_1_ct(&mut self, val: u16)
Runs of Ones, Length 3 Count
Trait Implementations§
impl Copy for Scr3c
impl Eq for Scr3c
impl StructuralPartialEq for Scr3c
Auto Trait Implementations§
impl Freeze for Scr3c
impl RefUnwindSafe for Scr3c
impl Send for Scr3c
impl Sync for Scr3c
impl Unpin for Scr3c
impl UnwindSafe for Scr3c
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