Enum kernel::hil::time::Freq100MHz
source · pub enum Freq100MHz {}
Expand description
100MHz Frequency
Trait Implementations§
source§impl Debug for Freq100MHz
impl Debug for Freq100MHz
Auto Trait Implementations§
impl Freeze for Freq100MHz
impl RefUnwindSafe for Freq100MHz
impl Send for Freq100MHz
impl Sync for Freq100MHz
impl Unpin for Freq100MHz
impl UnwindSafe for Freq100MHz
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