[−][src]Struct freetype::tt_os2::TT_OS2
Fields
version: FT_UShortxAvgCharWidth: FT_ShortusWeightClass: FT_UShortusWidthClass: FT_UShortfsType: FT_ShortySubscriptXSize: FT_ShortySubscriptYSize: FT_ShortySubscriptXOffset: FT_ShortySubscriptYOffset: FT_ShortySuperscriptXSize: FT_ShortySuperscriptYSize: FT_ShortySuperscriptXOffset: FT_ShortySuperscriptYOffset: FT_ShortyStrikeoutSize: FT_ShortyStrikeoutPosition: FT_ShortsFamilyClass: FT_Shortpanose: [FT_Byte; 10]ulUnicodeRange1: FT_ULongulUnicodeRange2: FT_ULongulUnicodeRange3: FT_ULongulUnicodeRange4: FT_ULongachVendID: [FT_Char; 4]fsSelection: FT_UShortusFirstCharIndex: FT_UShortusLastCharIndex: FT_UShortsTypoAscender: FT_ShortsTypoDescender: FT_ShortsTypoLineGap: FT_ShortusWinAscent: FT_UShortusWinDescent: FT_UShortulCodePageRange1: FT_ULongulCodePageRange2: FT_ULongsxHeight: FT_ShortsCapHeight: FT_ShortusDefaultChar: FT_UShortusBreakChar: FT_UShortusMaxContext: FT_UShortAuto Trait Implementations
impl Unpin for TT_OS2
impl Sync for TT_OS2
impl Send for TT_OS2
impl UnwindSafe for TT_OS2
impl RefUnwindSafe for TT_OS2
Blanket Implementations
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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,