[][src]Struct swf_tree::tags::DefineFontInfo

pub struct DefineFontInfo {
    pub font_id: u16,
    pub font_name: String,
    pub is_small: bool,
    pub is_shift_jis: bool,
    pub is_ansi: bool,
    pub is_italic: bool,
    pub is_bold: bool,
    pub language: Option<LanguageCode>,
    pub code_units: Vec<u16>,
}

Fields

font_id: u16font_name: Stringis_small: boolis_shift_jis: boolis_ansi: boolis_italic: boolis_bold: boollanguage: Option<LanguageCode>code_units: Vec<u16>

Trait Implementations

impl PartialEq<DefineFontInfo> for DefineFontInfo[src]

impl Eq for DefineFontInfo[src]

impl Debug for DefineFontInfo[src]

impl Serialize for DefineFontInfo[src]

impl<'de> Deserialize<'de> for DefineFontInfo[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]