pub struct Aidr(pub u32);Expand description
AIDR (Auxiliary ID Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Aidr
impl SysRegRead for Aidr
impl Copy for Aidr
Auto Trait Implementations§
impl Freeze for Aidr
impl RefUnwindSafe for Aidr
impl Send for Aidr
impl Sync for Aidr
impl Unpin for Aidr
impl UnwindSafe for Aidr
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