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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)