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