Struct freetype::ffi::FT_BitmapGlyphRec[][src]

#[repr(C)]
pub struct FT_BitmapGlyphRec { pub root: FT_GlyphRec, pub left: i32, pub top: i32, pub bitmap: FT_Bitmap, }

Fields

Trait Implementations

impl Hash for FT_BitmapGlyphRec
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for FT_BitmapGlyphRec
[src]

Formats the value using the given formatter. Read more

impl Eq for FT_BitmapGlyphRec
[src]

impl PartialEq<FT_BitmapGlyphRec> for FT_BitmapGlyphRec
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations