pub enum Freq16MHz {}
Expand description
16MHz Frequency
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Freq16MHz
impl RefUnwindSafe for Freq16MHz
impl Send for Freq16MHz
impl Sync for Freq16MHz
impl Unpin for Freq16MHz
impl UnwindSafe for Freq16MHz
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