Enum font_kit::error::GlyphLoadingError [−][src]
pub enum GlyphLoadingError {
NoSuchGlyph,
}Reasons why a font might fail to load a glyph.
Variants
NoSuchGlyphThe font didn't contain a glyph with that ID.
Trait Implementations
impl PartialEq for GlyphLoadingError[src]
impl PartialEq for GlyphLoadingErrorfn eq(&self, other: &GlyphLoadingError) -> bool[src]
fn eq(&self, other: &GlyphLoadingError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for GlyphLoadingError[src]
impl Debug for GlyphLoadingErrorAuto Trait Implementations
impl Send for GlyphLoadingError
impl Send for GlyphLoadingErrorimpl Sync for GlyphLoadingError
impl Sync for GlyphLoadingError