#[repr(transparent)]pub struct Cacrr(pub u32);Expand description
CCM Arm Clock Root Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Cacrr
impl Eq for Cacrr
impl StructuralPartialEq for Cacrr
Auto Trait Implementations§
impl Freeze for Cacrr
impl RefUnwindSafe for Cacrr
impl Send for Cacrr
impl Sync for Cacrr
impl Unpin for Cacrr
impl UnwindSafe for Cacrr
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