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§
source§impl Debug for FT_BitmapGlyphRec
impl Debug for FT_BitmapGlyphRec
source§impl Hash for FT_BitmapGlyphRec
impl Hash for FT_BitmapGlyphRec
source§impl PartialEq for FT_BitmapGlyphRec
impl PartialEq for FT_BitmapGlyphRec
source§fn 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 ==
.impl Eq for FT_BitmapGlyphRec
impl StructuralPartialEq for FT_BitmapGlyphRec
Auto Trait Implementations§
impl Freeze for FT_BitmapGlyphRec
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§
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