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