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