[][src]Struct rscache::def::osrs::NpcModelData

pub struct NpcModelData {
    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: bool

Trait Implementations

impl Clone for NpcModelData[src]

impl Debug for NpcModelData[src]

impl Default for NpcModelData[src]

impl Eq for NpcModelData[src]

impl Hash for NpcModelData[src]

impl Ord for NpcModelData[src]

impl PartialEq<NpcModelData> for NpcModelData[src]

impl PartialOrd<NpcModelData> for NpcModelData[src]

impl StructuralEq for NpcModelData[src]

impl StructuralPartialEq for NpcModelData[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.