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