Enum read_fonts::layout::gdef::GlyphClassDef
source · [−]#[repr(u16)]
pub enum GlyphClassDef {
Base,
Ligature,
Mark,
Component,
Unknown,
}Expand description
Used in the Glyph Class Definition Table
Variants
Base
Ligature
Mark
Component
Unknown
Implementations
sourceimpl GlyphClassDef
impl GlyphClassDef
Trait Implementations
sourceimpl Clone for GlyphClassDef
impl Clone for GlyphClassDef
sourcefn clone(&self) -> GlyphClassDef
fn clone(&self) -> GlyphClassDef
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GlyphClassDef
impl Debug for GlyphClassDef
sourceimpl<'a> From<GlyphClassDef> for FieldType<'a>
impl<'a> From<GlyphClassDef> for FieldType<'a>
sourcefn from(src: GlyphClassDef) -> FieldType<'a>
fn from(src: GlyphClassDef) -> FieldType<'a>
Converts to this type from the input type.
sourceimpl PartialEq<GlyphClassDef> for GlyphClassDef
impl PartialEq<GlyphClassDef> for GlyphClassDef
sourcefn eq(&self, other: &GlyphClassDef) -> bool
fn eq(&self, other: &GlyphClassDef) -> bool
sourceimpl Scalar for GlyphClassDef
impl Scalar for GlyphClassDef
impl Copy for GlyphClassDef
impl Eq for GlyphClassDef
impl StructuralEq for GlyphClassDef
impl StructuralPartialEq for GlyphClassDef
Auto Trait Implementations
impl RefUnwindSafe for GlyphClassDef
impl Send for GlyphClassDef
impl Sync for GlyphClassDef
impl Unpin for GlyphClassDef
impl UnwindSafe for GlyphClassDef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more