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