Struct Lfsrval
#[repr(transparent)]pub struct Lfsrval(pub u32);Expand description
LFSRVAL register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Lfsrval
impl Eq for Lfsrval
impl StructuralPartialEq for Lfsrval
Auto Trait Implementations§
impl Freeze for Lfsrval
impl RefUnwindSafe for Lfsrval
impl Send for Lfsrval
impl Sync for Lfsrval
impl Unpin for Lfsrval
impl UnwindSafe for Lfsrval
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