pub enum MathCorner {
TopRight,
TopLeft,
BottomRight,
BottomLeft,
}Expand description
Which corner of a math-kerned glyph a MathKernInfo entry describes
(OpenType MATH MathKernInfoRecord: top-right/top-left/bottom-right/
bottom-left).
Variants§
Trait Implementations§
Source§impl Clone for MathCorner
impl Clone for MathCorner
Source§fn clone(&self) -> MathCorner
fn clone(&self) -> MathCorner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MathCorner
Source§impl Debug for MathCorner
impl Debug for MathCorner
impl Eq for MathCorner
Source§impl PartialEq for MathCorner
impl PartialEq for MathCorner
impl StructuralPartialEq for MathCorner
Auto Trait Implementations§
impl Freeze for MathCorner
impl RefUnwindSafe for MathCorner
impl Send for MathCorner
impl Sync for MathCorner
impl Unpin for MathCorner
impl UnsafeUnpin for MathCorner
impl UnwindSafe for MathCorner
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