Struct freetype_sys::TT_Postscript [−][src]
Fields
formatType: FT_Fixed
italicAngle: FT_Fixed
underlinePosition: FT_Short
underlineThickness: FT_Short
isFixedPitch: FT_ULong
minMemType42: FT_ULong
maxMemType42: FT_ULong
minMemType1: FT_ULong
maxMemType1: 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
impl RefUnwindSafe for TT_Postscript
impl Send for TT_Postscript
impl Sync for TT_Postscript
impl Unpin for TT_Postscript
impl UnwindSafe for TT_Postscript
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,