Struct rscache::definition::rs3::ModelData [−][src]
pub struct ModelData {Show 16 fields
pub id: u32,
pub zoom: u16,
pub rotation1: u16,
pub rotation2: u16,
pub offset1: u16,
pub offset2: u16,
pub male_equip_id: u32,
pub female_equip_id: u32,
pub male_equip1: u32,
pub male_equip2: u32,
pub female_equip1: u32,
pub female_equip2: u32,
pub original_colors: Vec<u16>,
pub modified_colors: Vec<u16>,
pub original_texture_colors: Vec<u16>,
pub modified_texture_colors: Vec<u16>,
}Fields
id: u32zoom: u16rotation1: u16rotation2: u16offset1: u16offset2: u16male_equip_id: u32female_equip_id: u32male_equip1: u32male_equip2: u32female_equip1: u32female_equip2: u32original_colors: Vec<u16>modified_colors: Vec<u16>original_texture_colors: Vec<u16>modified_texture_colors: Vec<u16>Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ModelData
impl UnwindSafe for ModelData
Blanket Implementations
Mutably borrows from an owned value. Read more