Struct freetype_sys::FT_Raster_Params
source · #[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_BBox
Trait 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
source§fn eq(&self, other: &FT_Raster_Params) -> bool
fn eq(&self, other: &FT_Raster_Params) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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