Struct freetype_sys::FT_Raster_Params[][src]

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

impl Eq for FT_Raster_Params[src]

impl Hash for FT_Raster_Params[src]

impl PartialEq<FT_Raster_Params> for FT_Raster_Params[src]

impl StructuralEq for FT_Raster_Params[src]

impl StructuralPartialEq for FT_Raster_Params[src]

Auto Trait Implementations

impl RefUnwindSafe for FT_Raster_Params

impl !Send for FT_Raster_Params

impl !Sync for FT_Raster_Params

impl Unpin for FT_Raster_Params

impl UnwindSafe for FT_Raster_Params

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.