Struct freetype_sys::FT_FaceRec [−][src]
Fields
num_faces: FT_Longface_index: FT_Longface_flags: FT_Longstyle_flags: FT_Longnum_glyphs: FT_Longfamily_name: *mut FT_Stringstyle_name: *mut FT_Stringnum_fixed_sizes: FT_Intavailable_sizes: *mut FT_Bitmap_Sizenum_charmaps: FT_Intcharmaps: *mut FT_CharMapgeneric: FT_Genericbbox: FT_BBoxunits_per_EM: FT_UShortascender: FT_Shortdescender: FT_Shortheight: FT_Shortmax_advance_width: FT_Shortmax_advance_height: FT_Shortunderline_position: FT_Shortunderline_thickness: FT_Shortglyph: FT_GlyphSlotsize: FT_Sizecharmap: FT_CharMapdriver: FT_Drivermemory: FT_Memorystream: FT_Streamsizes_list: FT_ListRecautohint: FT_Genericextensions: *mut c_voidinternal: FT_Face_InternalTrait Implementations
impl Debug for FT_FaceRec[src]
impl Eq for FT_FaceRec[src]
impl Hash for FT_FaceRec[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_FaceRec> for FT_FaceRec[src]
fn eq(&self, other: &FT_FaceRec) -> bool[src]
fn ne(&self, other: &FT_FaceRec) -> bool[src]
impl StructuralEq for FT_FaceRec[src]
impl StructuralPartialEq for FT_FaceRec[src]
Auto Trait Implementations
impl RefUnwindSafe for FT_FaceRec
impl !Send for FT_FaceRec
impl !Sync for FT_FaceRec
impl Unpin for FT_FaceRec
impl UnwindSafe for FT_FaceRec
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>,