[][src]Struct freetype_sys::TT_Postscript

#[repr(C)]pub struct TT_Postscript {
    pub formatType: FT_Fixed,
    pub italicAngle: FT_Fixed,
    pub underlinePosition: FT_Short,
    pub underlineThickness: FT_Short,
    pub isFixedPitch: FT_ULong,
    pub minMemType42: FT_ULong,
    pub maxMemType42: FT_ULong,
    pub minMemType1: FT_ULong,
    pub maxMemType1: FT_ULong,
}

Fields

formatType: FT_FixeditalicAngle: FT_FixedunderlinePosition: FT_ShortunderlineThickness: FT_ShortisFixedPitch: FT_ULongminMemType42: FT_ULongmaxMemType42: FT_ULongminMemType1: FT_ULongmaxMemType1: FT_ULong

Trait Implementations

impl Clone for TT_Postscript[src]

impl Copy for TT_Postscript[src]

impl Debug for TT_Postscript[src]

impl Eq for TT_Postscript[src]

impl Hash for TT_Postscript[src]

impl PartialEq<TT_Postscript> for TT_Postscript[src]

impl StructuralEq for TT_Postscript[src]

impl StructuralPartialEq for TT_Postscript[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.