pub trait IEventDemoSequence_WeightFaderMethods: IEventDemoSequence_WeightFader {
// Provided methods
fn ctor(self) { ... }
fn reset(self) { ... }
fn get(self) -> f32 { ... }
fn set(self, wgt: impl Into<f32>, msec: impl Into<f32>) { ... }
fn tick(self) -> f32 { ... }
}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§
impl<__T: IEventDemoSequence_WeightFader> IEventDemoSequence_WeightFaderMethods for __T
Available on crate feature
app-eventdemosequence only.