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