pub struct OrdLike { /* private fields */ }Expand description
An operator with zero spacing, categories D, E, F, G, I, K.
Implementations§
Source§impl OrdLike
impl OrdLike
pub const fn as_op(&self) -> MathMLOperator
pub const fn as_bmp_op(&self) -> BMPOperator
pub const fn category(&self) -> OrdCategory
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 UnsafeUnpin 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