pub struct HieroInfo {
    pub face: String,
    pub size: i32,
    pub bold: i32,
    pub italic: i32,
    pub char_set: String,
    pub unicode: i32,
    pub stretch_h: i32,
    pub smooth: i32,
    pub aa: i32,
    pub padding: Vec<i32, Global>,
    pub spacing: Vec<i32, Global>,
}

Fields

face: Stringsize: i32bold: i32italic: i32char_set: Stringunicode: i32stretch_h: i32smooth: i32aa: i32padding: Vec<i32, Global>spacing: Vec<i32, Global>

Trait Implementations

Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

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.