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