#[repr(u8)]pub enum ClockSel {
SystemClock = 1,
LowPowerClock = 0,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClockSel
impl RefUnwindSafe for ClockSel
impl Send for ClockSel
impl Sync for ClockSel
impl Unpin for ClockSel
impl UnwindSafe for ClockSel
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