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

pub struct Minifig {
    pub attr_cd: u32,
    pub attr_es: u32,
    pub attr_ess: u32,
    pub attr_hc: u32,
    pub attr_hd: u32,
    pub attr_hdc: u32,
    pub attr_hs: u32,
    pub attr_l: u32,
    pub attr_lh: u32,
    pub attr_ms: u32,
    pub attr_rh: u32,
    pub attr_t: u32,
}
Expand description

Minifigure Component

Fields

attr_cd: u32

Chest Decal

attr_es: u32

Eyebrow Style

attr_ess: u32

Eye Style.

attr_hc: u32

Hair Color

attr_hd: u32

Head Style

attr_hdc: u32

Head Color

attr_hs: u32

Hair Style

attr_l: u32

Legs

attr_lh: u32

Left Hand

attr_ms: u32

Mouth Style.

attr_rh: u32

Right Hand

attr_t: u32

Chest

Trait Implementations

Formats the value using the given formatter. Read more

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

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

This method tests for !=.

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.