[][src]Struct embedded_freetype_sys::FT_BitmapGlyphRec

#[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_GlyphRecleft: FT_Inttop: FT_Intbitmap: FT_Bitmap

Trait Implementations

impl PartialEq<FT_BitmapGlyphRec> for FT_BitmapGlyphRec[src]

impl Eq for FT_BitmapGlyphRec[src]

impl Hash for FT_BitmapGlyphRec[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

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

impl Debug for FT_BitmapGlyphRec[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]