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