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