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