pub enum PortableMathKernCorner {
TopRight,
TopLeft,
BottomRight,
BottomLeft,
}Expand description
A corner of an OpenType MathKernInfo record (mirrors hb_ot_math_kern_t).
Variants§
Trait Implementations§
Source§impl Clone for PortableMathKernCorner
impl Clone for PortableMathKernCorner
impl Copy for PortableMathKernCorner
Source§impl Debug for PortableMathKernCorner
impl Debug for PortableMathKernCorner
impl Eq for PortableMathKernCorner
Source§impl PartialEq for PortableMathKernCorner
impl PartialEq for PortableMathKernCorner
impl StructuralPartialEq for PortableMathKernCorner
Auto Trait Implementations§
impl Freeze for PortableMathKernCorner
impl RefUnwindSafe for PortableMathKernCorner
impl Send for PortableMathKernCorner
impl Sync for PortableMathKernCorner
impl Unpin for PortableMathKernCorner
impl UnsafeUnpin for PortableMathKernCorner
impl UnwindSafe for PortableMathKernCorner
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