pub struct OrdLike {
pub cat: OrdCategory,
/* private fields */
}Expand description
An operator with zero spacing, categories D, E, F, G, I, K.
Fields§
§cat: OrdCategoryImplementations§
Source§impl OrdLike
impl OrdLike
pub const fn as_stretchable_op(&self) -> Option<StretchableOp>
Trait Implementations§
impl Copy for OrdLike
impl Eq for OrdLike
impl StructuralPartialEq for OrdLike
Auto Trait Implementations§
impl Freeze for OrdLike
impl RefUnwindSafe for OrdLike
impl Send for OrdLike
impl Sync for OrdLike
impl Unpin for OrdLike
impl UnwindSafe for OrdLike
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