Struct freetype_sys::FT_FaceRec [−][src]
Fields
num_faces: FT_Long
face_index: FT_Long
face_flags: FT_Long
style_flags: FT_Long
num_glyphs: FT_Long
family_name: *mut FT_String
style_name: *mut FT_String
num_fixed_sizes: FT_Int
available_sizes: *mut FT_Bitmap_Size
num_charmaps: FT_Int
charmaps: *mut FT_CharMap
generic: FT_Generic
bbox: FT_BBox
units_per_EM: FT_UShort
ascender: FT_Short
descender: FT_Short
height: FT_Short
max_advance_width: FT_Short
max_advance_height: FT_Short
underline_position: FT_Short
underline_thickness: FT_Short
glyph: FT_GlyphSlot
size: FT_Size
charmap: FT_CharMap
driver: FT_Driver
memory: FT_Memory
stream: FT_Stream
sizes_list: FT_ListRec
autohint: FT_Generic
extensions: *mut c_void
internal: FT_Face_Internal
Trait 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>,