#[repr(transparent)]pub struct Lar(pub u32);
Expand description
This is used to enable write access to device registers.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Lar
impl Eq for Lar
impl StructuralPartialEq for Lar
Auto Trait Implementations§
impl Freeze for Lar
impl RefUnwindSafe for Lar
impl Send for Lar
impl Sync for Lar
impl Unpin for Lar
impl UnwindSafe for Lar
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