Struct freetype_sys::FT_BitmapGlyphRec
source · [−]#[repr(C)]pub struct FT_BitmapGlyphRec {
pub root: FT_GlyphRec,
pub left: FT_Int,
pub top: FT_Int,
pub bitmap: FT_Bitmap,
}
Fields
root: FT_GlyphRec
left: FT_Int
top: FT_Int
bitmap: FT_Bitmap
Trait Implementations
sourceimpl Debug for FT_BitmapGlyphRec
impl Debug for FT_BitmapGlyphRec
sourceimpl Hash for FT_BitmapGlyphRec
impl Hash for FT_BitmapGlyphRec
sourceimpl PartialEq<FT_BitmapGlyphRec> for FT_BitmapGlyphRec
impl PartialEq<FT_BitmapGlyphRec> for FT_BitmapGlyphRec
sourcefn eq(&self, other: &FT_BitmapGlyphRec) -> bool
fn eq(&self, other: &FT_BitmapGlyphRec) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &FT_BitmapGlyphRec) -> bool
fn ne(&self, other: &FT_BitmapGlyphRec) -> bool
This method tests for !=
.
impl Eq for FT_BitmapGlyphRec
impl StructuralEq for FT_BitmapGlyphRec
impl StructuralPartialEq for FT_BitmapGlyphRec
Auto Trait Implementations
impl RefUnwindSafe for FT_BitmapGlyphRec
impl !Send for FT_BitmapGlyphRec
impl !Sync for FT_BitmapGlyphRec
impl Unpin for FT_BitmapGlyphRec
impl UnwindSafe for FT_BitmapGlyphRec
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