pub trait ControlBindingExtManual: IsA<ControlBinding> + 'static {
// Provided methods
fn property_name(&self) -> &GStr { ... }
fn property_spec(&self) -> &ParamSpec { ... }
fn g_value_array(
&self,
timestamp: ClockTime,
interval: ClockTime,
values: &mut [Value],
) -> Result<(), BoolError> { ... }
}Provided Methods§
fn property_name(&self) -> &GStr
fn property_spec(&self) -> &ParamSpec
fn g_value_array( &self, timestamp: ClockTime, interval: ClockTime, values: &mut [Value], ) -> Result<(), BoolError>
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.