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