[][src]Struct freetype::freetype::FT_Raster_Funcs_

#[repr(C)]
pub struct FT_Raster_Funcs_ {
    pub glyph_format: FT_Glyph_Format,
    pub raster_new: FT_Raster_NewFunc,
    pub raster_reset: FT_Raster_ResetFunc,
    pub raster_set_mode: FT_Raster_SetModeFunc,
    pub raster_render: FT_Raster_RenderFunc,
    pub raster_done: FT_Raster_DoneFunc,
}

Fields

glyph_format: FT_Glyph_Formatraster_new: FT_Raster_NewFuncraster_reset: FT_Raster_ResetFuncraster_set_mode: FT_Raster_SetModeFuncraster_render: FT_Raster_RenderFuncraster_done: FT_Raster_DoneFunc

Trait Implementations

impl Clone for FT_Raster_Funcs_[src]

impl Copy for FT_Raster_Funcs_[src]

impl Debug for FT_Raster_Funcs_[src]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.