pub enum MathKernCorner {
TopRight = 0,
TopLeft = 1,
BottomRight = 2,
BottomLeft = 3,
}Expand description
The four corners a MathKern table can apply to (§6.3.6.2.8).
Variants§
Trait Implementations§
Source§impl Clone for MathKernCorner
impl Clone for MathKernCorner
Source§fn clone(&self) -> MathKernCorner
fn clone(&self) -> MathKernCorner
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 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