#[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_Bitmap§source: *const c_void§flags: c_int§gray_spans: FT_SpanFunc§black_spans: FT_SpanFunc§bit_test: FT_Raster_BitTest_Func§bit_set: FT_Raster_BitSet_Func§user: *mut c_void§clip_box: FT_BBoxTrait Implementations§
Source§impl Debug for FT_Raster_Params
impl Debug for FT_Raster_Params
Source§impl Hash for FT_Raster_Params
impl Hash for FT_Raster_Params
Source§impl PartialEq for FT_Raster_Params
impl PartialEq for FT_Raster_Params
impl Eq for FT_Raster_Params
impl StructuralPartialEq for FT_Raster_Params
Auto Trait Implementations§
impl Freeze for FT_Raster_Params
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more