Trait Timed Value Control Source ExtManual
Source pub trait TimedValueControlSourceExtManual: IsA<TimedValueControlSource> + 'static {
// Provided method
fn list_control_points(&self) -> Slice<TimedValue> { ... }
}Provided Methods§
Sourcefn list_control_points(&self) -> Slice<TimedValue>
fn list_control_points(&self) -> Slice<TimedValue>
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.