pub struct Kilohertz2(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Kilohertz2
impl Clone for Kilohertz2
Source§fn clone(&self) -> Kilohertz2
fn clone(&self) -> Kilohertz2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Kilohertz2
impl Debug for Kilohertz2
Source§impl Default for Kilohertz2
impl Default for Kilohertz2
Source§fn default() -> Kilohertz2
fn default() -> Kilohertz2
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Kilohertz2
impl<'de> Deserialize<'de> for Kilohertz2
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for Kilohertz2
impl Display for Kilohertz2
Source§impl From<Kilohertz> for Kilohertz2
impl From<Kilohertz> for Kilohertz2
Source§impl From<Kilohertz2> for Kilohertz
impl From<Kilohertz2> for Kilohertz
Source§fn from(p: Kilohertz2) -> Self
fn from(p: Kilohertz2) -> Self
Converts to this type from the input type.
Source§impl From<u32> for Kilohertz2
impl From<u32> for Kilohertz2
Source§impl Hash for Kilohertz2
impl Hash for Kilohertz2
Source§impl Ord for Kilohertz2
impl Ord for Kilohertz2
Source§fn cmp(&self, other: &Kilohertz2) -> Ordering
fn cmp(&self, other: &Kilohertz2) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Kilohertz2
impl PartialEq for Kilohertz2
Source§impl PartialOrd for Kilohertz2
impl PartialOrd for Kilohertz2
Source§impl Serialize for Kilohertz2
impl Serialize for Kilohertz2
impl Copy for Kilohertz2
impl Eq for Kilohertz2
impl StructuralPartialEq for Kilohertz2
Auto Trait Implementations§
impl Freeze for Kilohertz2
impl RefUnwindSafe for Kilohertz2
impl Send for Kilohertz2
impl Sync for Kilohertz2
impl Unpin for Kilohertz2
impl UnwindSafe for Kilohertz2
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