Struct rscache::definition::osrs::InventoryModelData [−][src]
pub struct InventoryModelData {Show 16 fields
pub inventory_model: u16,
pub zoom2d: u16,
pub x_an2d: u16,
pub y_an2d: u16,
pub z_an2d: u16,
pub x_offset2d: u16,
pub y_offset2d: u16,
pub resize_x: u16,
pub resize_y: u16,
pub resize_z: u16,
pub color_find: Vec<u16>,
pub color_replace: Vec<u16>,
pub texture_find: Vec<u16>,
pub texture_replace: Vec<u16>,
pub ambient: i8,
pub contrast: i8,
}Fields
inventory_model: u16zoom2d: u16x_an2d: u16y_an2d: u16z_an2d: u16x_offset2d: u16y_offset2d: u16resize_x: u16resize_y: u16resize_z: u16color_find: Vec<u16>color_replace: Vec<u16>texture_find: Vec<u16>texture_replace: Vec<u16>ambient: i8contrast: i8Trait 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 InventoryModelData
impl Send for InventoryModelData
impl Sync for InventoryModelData
impl Unpin for InventoryModelData
impl UnwindSafe for InventoryModelData
Blanket Implementations
Mutably borrows from an owned value. Read more