pub struct Khz(/* private fields */);
Expand description
Represents a token with Kind::Dimension where the dimension unit was khz
. Use
T![Dimension::Khz] to refer to this.
Implementations§
Trait Implementations§
Source§impl Ord for Khz
impl Ord for Khz
Source§impl PartialOrd for Khz
impl PartialOrd for Khz
Source§impl ToCursors for Khz
impl ToCursors for Khz
fn to_cursors(&self, s: &mut impl CursorSink)
Source§impl ToNumberValue for Khz
impl ToNumberValue for Khz
fn to_number_value(&self) -> Option<f32>
fn to_int_value(&self) -> Option<i32>
impl Copy for Khz
impl Eq for Khz
impl StructuralPartialEq for Khz
Auto Trait Implementations§
impl Freeze for Khz
impl RefUnwindSafe for Khz
impl Send for Khz
impl Sync for Khz
impl Unpin for Khz
impl UnwindSafe for Khz
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