Struct freetype_sys::FT_GlyphSlotRec [−][src]
Fields
library: FT_Libraryface: FT_Facenext: FT_GlyphSlotreserved: FT_UIntgeneric: FT_Genericmetrics: FT_Glyph_MetricslinearHoriAdvance: FT_FixedlinearVertAdvance: FT_Fixedadvance: FT_Vectorformat: FT_Glyph_Formatbitmap: FT_Bitmapbitmap_left: FT_Intbitmap_top: FT_Intoutline: FT_Outlinenum_subglyphs: FT_UIntsubglyphs: FT_SubGlyphcontrol_data: *mut c_voidcontrol_len: c_longlsb_delta: FT_Posrsb_delta: FT_Posother: *mut c_voidinternal: FT_Slot_InternalTrait 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>,