Skip to main content

IActionDisableFootIK

Trait IActionDisableFootIK 

Source
pub trait IActionDisableFootIK: IState {
    // Provided methods
    fn m_is_only_horse(self) -> bool { ... }
    fn set_m_is_only_horse(self, value: bool) { ... }
    fn m_is_only_dragonic(self) -> bool { ... }
    fn set_m_is_only_dragonic(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_is_only_horse(self) -> bool

Source

fn set_m_is_only_horse(self, value: bool)

Source

fn m_is_only_dragonic(self) -> bool

Source

fn set_m_is_only_dragonic(self, value: bool)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§