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