[][src]Struct brawllib_rs::chr0::Chr0ChildCode

pub struct Chr0ChildCode { /* fields omitted */ }

Methods

impl Chr0ChildCode[src]

pub fn identity(&self) -> bool[src]

pub fn rot_translation_zero(&self) -> bool[src]

pub fn scale_one(&self) -> bool[src]

pub fn scale_isotropic(&self) -> bool[src]

pub fn rot_isotropic(&self) -> bool[src]

pub fn translation_isotropic(&self) -> bool[src]

pub fn use_model_scale(&self) -> bool[src]

pub fn use_model_rot(&self) -> bool[src]

pub fn use_model_translation(&self) -> bool[src]

pub fn scale_compensate_apply(&self) -> bool[src]

pub fn scale_compenstate_parent(&self) -> bool[src]

pub fn classic_scale_off(&self) -> bool[src]

pub fn scale_fixed_x(&self) -> bool[src]

pub fn scale_fixed_y(&self) -> bool[src]

pub fn scale_fixed_z(&self) -> bool[src]

pub fn rot_fixed_x(&self) -> bool[src]

pub fn rot_fixed_y(&self) -> bool[src]

pub fn rot_fixed_z(&self) -> bool[src]

pub fn translation_fixed_x(&self) -> bool[src]

pub fn translation_fixed_y(&self) -> bool[src]

pub fn translation_fixed_z(&self) -> bool[src]

pub fn scale_exists(&self) -> bool[src]

pub fn rot_exists(&self) -> bool[src]

pub fn translation_exists(&self) -> bool[src]

pub fn scale_format(&self) -> Chr0Format[src]

pub fn rot_format(&self) -> Chr0Format[src]

pub fn translation_format(&self) -> Chr0Format[src]

Trait Implementations

impl Debug for Chr0ChildCode[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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