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