Skip to main content

IHubMoveController

Trait IHubMoveController 

Source
pub trait IHubMoveController: IObject {
    // Provided methods
    fn m_unit(self) -> HubUnitController { ... }
    fn set_m_unit(self, value: HubUnitController) { ... }
    fn m_state(self) -> List_1<HubMoveState> { ... }
    fn set_m_state(self, value: List_1<HubMoveState>) { ... }
    fn m_current(self) -> HubMoveState { ... }
    fn set_m_current(self, value: HubMoveState) { ... }
    fn m_active_index(self) -> i32 { ... }
    fn set_m_active_index(self, value: i32) { ... }
}

Provided Methods§

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§