pub struct Kern {
pub width: Scaled,
pub kind: KernKind,
}
Expand description
A kern.
Described in TeX.2021.155.
Fields§
§width: Scaled
§kind: KernKind
Trait Implementations§
source§impl From<Kern> for Horizontal
impl From<Kern> for Horizontal
impl Eq for Kern
impl StructuralPartialEq for Kern
Auto Trait Implementations§
impl Freeze for Kern
impl RefUnwindSafe for Kern
impl Send for Kern
impl Sync for Kern
impl Unpin for Kern
impl UnwindSafe for Kern
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