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