Struct assembly_xml::obj::mf::Minifig[][src]

pub struct Minifig {
    pub chest_decal: u32,
    pub eyebrow_style: u32,
    pub eyes_style: u32,
    pub hair_color: u32,
    pub head_style: u32,
    pub head_color: u32,
    pub hair_style: u32,
    pub legs: u32,
    pub left_hand: u32,
    pub mouth_style: u32,
    pub right_hand: u32,
    pub torso: u32,
}
Expand description

Data for the Minifig component

Fields

chest_decal: u32

Chest Decal

eyebrow_style: u32

Eyebrow Style

eyes_style: u32

Eye Style.

hair_color: u32

Hair Color

head_style: u32

Head Style

head_color: u32

Head Color

hair_style: u32

Hair Style

legs: u32

Legs

left_hand: u32

Left Hand

mouth_style: u32

Mouth Style.

right_hand: u32

Right Hand

torso: u32

Torso

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

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.