logo
pub struct Os2 {
Show 29 fields 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>,
}
Expand description

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.