Skip to main content

IHubRangeAction

Trait IHubRangeAction 

Source
pub trait IHubRangeAction: IObject {
    // Provided methods
    fn m_time(self) -> f32 { ... }
    fn set_m_time(self, value: f32) { ... }
    fn m_trigger_in(self) -> bool { ... }
    fn set_m_trigger_in(self, value: bool) { ... }
    fn m_trigger_out(self) -> bool { ... }
    fn set_m_trigger_out(self, value: bool) { ... }
    fn m_func_in_range(self) -> Action_1<HubUnitController> { ... }
    fn set_m_func_in_range(self, value: Action_1<HubUnitController>) { ... }
    fn m_func_out_range(self) -> Action_1<HubUnitController> { ... }
    fn set_m_func_out_range(self, value: Action_1<HubUnitController>) { ... }
}

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§