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