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