Struct rscache::definition::osrs::ObjectModelData [−][src]
pub struct ObjectModelData {Show 20 fields
pub models: Vec<u16>,
pub types: Vec<u8>,
pub recolor_find: Vec<u16>,
pub recolor_replace: Vec<u16>,
pub retexture_find: Vec<u16>,
pub retexture_replace: Vec<u16>,
pub size_x: u8,
pub size_y: u8,
pub offset_x: u16,
pub offset_y: u16,
pub offset_z: u16,
pub model_size_x: u16,
pub model_size_y: u16,
pub model_size_z: u16,
pub varp_id: Option<u16>,
pub ambient: u8,
pub contrast: u8,
pub decord_displacement: u8,
pub merge_normals: bool,
pub blocking_mask: u8,
}Fields
models: Vec<u16>types: Vec<u8>recolor_find: Vec<u16>recolor_replace: Vec<u16>retexture_find: Vec<u16>retexture_replace: Vec<u16>size_x: u8size_y: u8offset_x: u16offset_y: u16offset_z: u16model_size_x: u16model_size_y: u16model_size_z: u16varp_id: Option<u16>ambient: u8contrast: u8decord_displacement: u8merge_normals: boolblocking_mask: u8Trait Implementations
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 !=.
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 ObjectModelData
impl Send for ObjectModelData
impl Sync for ObjectModelData
impl Unpin for ObjectModelData
impl UnwindSafe for ObjectModelData
Blanket Implementations
Mutably borrows from an owned value. Read more