Struct freetype_sys::FT_GlyphRec
source · #[repr(C)]pub struct FT_GlyphRec {
pub library: FT_Library,
pub clazz: *const c_void,
pub format: FT_Glyph_Format,
pub advance: FT_Vector,
}Fields§
§library: FT_Library§clazz: *const c_void§format: FT_Glyph_Format§advance: FT_VectorTrait Implementations§
source§impl Debug for FT_GlyphRec
impl Debug for FT_GlyphRec
source§impl Hash for FT_GlyphRec
impl Hash for FT_GlyphRec
source§impl PartialEq<FT_GlyphRec> for FT_GlyphRec
impl PartialEq<FT_GlyphRec> for FT_GlyphRec
source§fn eq(&self, other: &FT_GlyphRec) -> bool
fn eq(&self, other: &FT_GlyphRec) -> bool
This method tests for
self and other values to be equal, and is used
by ==.