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