pub struct Freq20MHz;
Expand description
20MHz Frequency
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Freq20MHz
impl RefUnwindSafe for Freq20MHz
impl Send for Freq20MHz
impl Sync for Freq20MHz
impl Unpin for Freq20MHz
impl UnwindSafe for Freq20MHz
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