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