pub struct Frequency(pub f64);Tuple Fields§
§0: f64Trait Implementations§
Source§impl From<BaseFrequency> for Frequency
impl From<BaseFrequency> for Frequency
Source§fn from(freq: BaseFrequency) -> Frequency
fn from(freq: BaseFrequency) -> Frequency
Converts to this type from the input type.
Source§impl PartialOrd for Frequency
impl PartialOrd for Frequency
impl Copy for Frequency
impl StructuralPartialEq for Frequency
Auto Trait Implementations§
impl Freeze for Frequency
impl RefUnwindSafe for Frequency
impl Send for Frequency
impl Sync for Frequency
impl Unpin for Frequency
impl UnwindSafe for Frequency
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