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
sourceimpl Debug for FT_Raster_Params
impl Debug for FT_Raster_Params
sourceimpl Hash for FT_Raster_Params
impl Hash for FT_Raster_Params
sourceimpl PartialEq<FT_Raster_Params> for FT_Raster_Params
impl PartialEq<FT_Raster_Params> for FT_Raster_Params
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FT_Raster_Params) -> bool
fn ne(&self, other: &FT_Raster_Params) -> bool
This method tests for !=
.
impl Eq for FT_Raster_Params
impl StructuralEq for FT_Raster_Params
impl StructuralPartialEq for FT_Raster_Params
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more