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