Struct rscache::definition::osrs::NpcModelData [−][src]
pub struct NpcModelData {Show 14 fields
pub models: Vec<u16>,
pub chat_head_models: Vec<u16>,
pub recolor_find: Vec<u16>,
pub recolor_replace: Vec<u16>,
pub retexture_find: Vec<u16>,
pub retexture_replace: Vec<u16>,
pub width_scale: u16,
pub height_scale: u16,
pub render_priority: bool,
pub ambient: u8,
pub contrast: u8,
pub head_icon: Option<u16>,
pub rotate_speed: u16,
pub rotate_flag: bool,
}Fields
models: Vec<u16>chat_head_models: Vec<u16>recolor_find: Vec<u16>recolor_replace: Vec<u16>retexture_find: Vec<u16>retexture_replace: Vec<u16>width_scale: u16height_scale: u16render_priority: boolambient: u8contrast: u8head_icon: Option<u16>rotate_speed: u16rotate_flag: boolTrait 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 NpcModelData
impl Send for NpcModelData
impl Sync for NpcModelData
impl Unpin for NpcModelData
impl UnwindSafe for NpcModelData
Blanket Implementations
Mutably borrows from an owned value. Read more