pub struct MegaHertz(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl PartialOrd for MegaHertz
impl PartialOrd for MegaHertz
impl Copy for MegaHertz
impl StructuralPartialEq for MegaHertz
Auto Trait Implementations§
impl Freeze for MegaHertz
impl RefUnwindSafe for MegaHertz
impl Send for MegaHertz
impl Sync for MegaHertz
impl Unpin for MegaHertz
impl UnwindSafe for MegaHertz
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