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