Struct allsorts_no_std::tables::os2::Os2[][src]

pub struct Os2 {
    pub version: u16,
    pub x_avg_char_width: i16,
    pub us_weight_class: u16,
    pub us_width_class: u16,
    pub fs_type: u16,
    pub y_subscript_x_size: i16,
    pub y_subscript_y_size: i16,
    pub y_subscript_x_offset: i16,
    pub y_subscript_y_offset: i16,
    pub y_superscript_x_size: i16,
    pub y_superscript_y_size: i16,
    pub y_superscript_x_offset: i16,
    pub y_superscript_y_offset: i16,
    pub y_strikeout_size: i16,
    pub y_strikeout_position: i16,
    pub s_family_class: i16,
    pub panose: [u8; 10],
    pub ul_unicode_range1: u32,
    pub ul_unicode_range2: u32,
    pub ul_unicode_range3: u32,
    pub ul_unicode_range4: u32,
    pub ach_vend_id: u32,
    pub fs_selection: u16,
    pub us_first_char_index: u16,
    pub us_last_char_index: u16,
    pub version0: Option<Version0>,
    pub version1: Option<Version1>,
    pub version2to4: Option<Version2to4>,
    pub version5: Option<Version5>,
}

Fields

version: u16x_avg_char_width: i16us_weight_class: u16us_width_class: u16fs_type: u16y_subscript_x_size: i16y_subscript_y_size: i16y_subscript_x_offset: i16y_subscript_y_offset: i16y_superscript_x_size: i16y_superscript_y_size: i16y_superscript_x_offset: i16y_superscript_y_offset: i16y_strikeout_size: i16y_strikeout_position: i16s_family_class: i16panose: [u8; 10]ul_unicode_range1: u32ul_unicode_range2: u32ul_unicode_range3: u32ul_unicode_range4: u32ach_vend_id: u32fs_selection: u16us_first_char_index: u16us_last_char_index: u16version0: Option<Version0>version1: Option<Version1>version2to4: Option<Version2to4>version5: Option<Version5>

Trait Implementations

impl<'a> ReadBinaryDep<'a> for Os2[src]

type HostType = Self

type Args = usize

Auto Trait Implementations

impl RefUnwindSafe for Os2

impl Send for Os2

impl Sync for Os2

impl Unpin for Os2

impl UnwindSafe for Os2

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, 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.