Struct freetype_sys::FT_OutlineGlyphRec
source · #[repr(C)]pub struct FT_OutlineGlyphRec {
pub root: FT_GlyphRec,
pub outline: FT_Outline,
}
Fields§
§root: FT_GlyphRec
§outline: FT_Outline
Trait Implementations§
source§impl Debug for FT_OutlineGlyphRec
impl Debug for FT_OutlineGlyphRec
source§impl Hash for FT_OutlineGlyphRec
impl Hash for FT_OutlineGlyphRec
source§impl PartialEq<FT_OutlineGlyphRec> for FT_OutlineGlyphRec
impl PartialEq<FT_OutlineGlyphRec> for FT_OutlineGlyphRec
source§fn eq(&self, other: &FT_OutlineGlyphRec) -> bool
fn eq(&self, other: &FT_OutlineGlyphRec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.