Struct freetype_sys::FT_GlyphRec
source · #[repr(C)]pub struct FT_GlyphRec {
pub library: FT_Library,
pub clazz: *const c_void,
pub format: FT_Glyph_Format,
pub advance: FT_Vector,
}
Fields§
§library: FT_Library
§clazz: *const c_void
§format: FT_Glyph_Format
§advance: FT_Vector
Trait Implementations§
source§impl Debug for FT_GlyphRec
impl Debug for FT_GlyphRec
source§impl Hash for FT_GlyphRec
impl Hash for FT_GlyphRec
source§impl PartialEq for FT_GlyphRec
impl PartialEq for FT_GlyphRec
source§fn eq(&self, other: &FT_GlyphRec) -> bool
fn eq(&self, other: &FT_GlyphRec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FT_GlyphRec
impl StructuralPartialEq for FT_GlyphRec
Auto Trait Implementations§
impl Freeze for FT_GlyphRec
impl RefUnwindSafe for FT_GlyphRec
impl !Send for FT_GlyphRec
impl !Sync for FT_GlyphRec
impl Unpin for FT_GlyphRec
impl UnwindSafe for FT_GlyphRec
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