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