Struct assembly_xml::obj::mf::Minifig
source · 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§
source§impl<'de> Deserialize<'de> for Minifig
impl<'de> Deserialize<'de> for Minifig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Minifig
impl StructuralPartialEq for Minifig
Auto Trait Implementations§
impl Freeze for Minifig
impl RefUnwindSafe for Minifig
impl Send for Minifig
impl Sync for Minifig
impl Unpin for Minifig
impl UnwindSafe for Minifig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more