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