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