Struct freetype_sys::FT_BitmapGlyphRec[][src]

#[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 Debug for FT_BitmapGlyphRec[src]

impl Eq for FT_BitmapGlyphRec[src]

impl Hash for FT_BitmapGlyphRec[src]

impl PartialEq<FT_BitmapGlyphRec> for FT_BitmapGlyphRec[src]

impl StructuralEq for FT_BitmapGlyphRec[src]

impl StructuralPartialEq for FT_BitmapGlyphRec[src]

Auto Trait Implementations

impl RefUnwindSafe for FT_BitmapGlyphRec

impl !Send for FT_BitmapGlyphRec

impl !Sync for FT_BitmapGlyphRec

impl Unpin for FT_BitmapGlyphRec

impl UnwindSafe for FT_BitmapGlyphRec

Blanket Implementations

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

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

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

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

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

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> 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.