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

pub struct NpcAnimationData {
    pub standing: Option<u16>,
    pub walking: Option<u16>,
    pub rotate_left: Option<u16>,
    pub rotate_right: Option<u16>,
    pub rotate_180: Option<u16>,
    pub rotate_90_left: Option<u16>,
    pub rotate_90_right: Option<u16>,
}

Fields

standing: Option<u16>walking: Option<u16>rotate_left: Option<u16>rotate_right: Option<u16>rotate_180: Option<u16>rotate_90_left: Option<u16>rotate_90_right: Option<u16>

Trait Implementations

impl Clone for NpcAnimationData[src]

impl Debug for NpcAnimationData[src]

impl Default for NpcAnimationData[src]

impl Eq for NpcAnimationData[src]

impl Hash for NpcAnimationData[src]

impl Ord for NpcAnimationData[src]

impl PartialEq<NpcAnimationData> for NpcAnimationData[src]

impl PartialOrd<NpcAnimationData> for NpcAnimationData[src]

impl StructuralEq for NpcAnimationData[src]

impl StructuralPartialEq for NpcAnimationData[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.