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