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