[][src]Struct embedded_freetype_sys::FT_Raster_Params

#[repr(C)]
pub struct FT_Raster_Params { pub target: *const FT_Bitmap, pub source: *const c_void, pub flags: c_int, pub gray_spans: FT_SpanFunc, pub black_spans: FT_SpanFunc, pub bit_test: FT_Raster_BitTest_Func, pub bit_set: FT_Raster_BitSet_Func, pub user: *mut c_void, pub clip_box: FT_BBox, }

Fields

target: *const FT_Bitmapsource: *const c_voidflags: c_intgray_spans: FT_SpanFuncblack_spans: FT_SpanFuncbit_test: FT_Raster_BitTest_Funcbit_set: FT_Raster_BitSet_Funcuser: *mut c_voidclip_box: FT_BBox

Trait Implementations

impl PartialEq<FT_Raster_Params> for FT_Raster_Params[src]

impl Eq for FT_Raster_Params[src]

impl Hash for FT_Raster_Params[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_Raster_Params[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]