#[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

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.