Skip to main content

IGyroMnager

Trait IGyroMnager 

Source
pub trait IGyroMnager: IObject {
    // Provided methods
    fn m_is_sampling(self) -> bool { ... }
    fn set_m_is_sampling(self, value: bool) { ... }
    fn m_handle_list(self) -> Array<SixAxisSensorHandle> { ... }
    fn set_m_handle_list(self, value: Array<SixAxisSensorHandle>) { ... }
    fn m_handle_coount(self) -> i32 { ... }
    fn set_m_handle_coount(self, value: i32) { ... }
    fn m_state_list(self) -> Array<SixAxisSensorState> { ... }
    fn set_m_state_list(self, value: Array<SixAxisSensorState>) { ... }
}

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§