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
sourceimpl Debug for FT_GlyphRec
impl Debug for FT_GlyphRec
sourceimpl Hash for FT_GlyphRec
impl Hash for FT_GlyphRec
sourceimpl PartialEq<FT_GlyphRec> for FT_GlyphRec
impl PartialEq<FT_GlyphRec> for FT_GlyphRec
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FT_GlyphRec) -> bool
fn ne(&self, other: &FT_GlyphRec) -> bool
This method tests for !=
.
impl Eq for FT_GlyphRec
impl StructuralEq for FT_GlyphRec
impl StructuralPartialEq for FT_GlyphRec
Auto Trait Implementations
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
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