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