Struct freetype_sys::FT_GlyphSlotRec [−][src]
Fields
library: FT_Library
face: FT_Face
next: FT_GlyphSlot
reserved: FT_UInt
generic: FT_Generic
metrics: FT_Glyph_Metrics
linearHoriAdvance: FT_Fixed
linearVertAdvance: FT_Fixed
advance: FT_Vector
format: FT_Glyph_Format
bitmap: FT_Bitmap
bitmap_left: FT_Int
bitmap_top: FT_Int
outline: FT_Outline
num_subglyphs: FT_UInt
subglyphs: FT_SubGlyph
control_data: *mut c_void
control_len: c_long
lsb_delta: FT_Pos
rsb_delta: FT_Pos
other: *mut c_void
internal: FT_Slot_Internal
Trait Implementations
impl Debug for FT_GlyphSlotRec
[src]
impl Eq for FT_GlyphSlotRec
[src]
impl Hash for FT_GlyphSlotRec
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<FT_GlyphSlotRec> for FT_GlyphSlotRec
[src]
fn eq(&self, other: &FT_GlyphSlotRec) -> bool
[src]
fn ne(&self, other: &FT_GlyphSlotRec) -> bool
[src]
impl StructuralEq for FT_GlyphSlotRec
[src]
impl StructuralPartialEq for FT_GlyphSlotRec
[src]
Auto Trait Implementations
impl RefUnwindSafe for FT_GlyphSlotRec
impl !Send for FT_GlyphSlotRec
impl !Sync for FT_GlyphSlotRec
impl Unpin for FT_GlyphSlotRec
impl UnwindSafe for FT_GlyphSlotRec
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,