pub enum MathKernCorner {
TopRight,
TopLeft,
BottomRight,
BottomLeft,
}Expand description
Corner of an OpenType MathKernInfo record, as HarfBuzz’s hb_ot_math_kern_t.
Variants§
TopRight
Superscript on the right.
TopLeft
Superscript on the left.
BottomRight
Subscript on the right.
BottomLeft
Subscript on the left.
Trait Implementations§
Source§impl Clone for MathKernCorner
impl Clone for MathKernCorner
impl Copy for MathKernCorner
Source§impl Debug for MathKernCorner
impl Debug for MathKernCorner
impl Eq for MathKernCorner
Source§impl PartialEq for MathKernCorner
impl PartialEq for MathKernCorner
impl StructuralPartialEq for MathKernCorner
Auto Trait Implementations§
impl Freeze for MathKernCorner
impl RefUnwindSafe for MathKernCorner
impl Send for MathKernCorner
impl Sync for MathKernCorner
impl Unpin for MathKernCorner
impl UnsafeUnpin for MathKernCorner
impl UnwindSafe for MathKernCorner
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