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