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