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