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