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