pub struct Hertz(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Into<Hertz> for MicroSeconds
impl Into<Hertz> for MicroSeconds
Source§impl Into<MicroSeconds> for Hertz
impl Into<MicroSeconds> for Hertz
Source§fn into(self) -> MicroSeconds
fn into(self) -> MicroSeconds
Converts this type into the (usually inferred) input type.
Source§impl PartialOrd for Hertz
impl PartialOrd for Hertz
impl Copy for Hertz
impl StructuralPartialEq for Hertz
Auto Trait Implementations§
impl Freeze for Hertz
impl RefUnwindSafe for Hertz
impl Send for Hertz
impl Sync for Hertz
impl Unpin for Hertz
impl UnwindSafe for Hertz
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