gstreamer_video::auto::color_balance_channel

Trait ColorBalanceChannelExt

Source
pub trait ColorBalanceChannelExt:
    IsA<ColorBalanceChannel>
    + Sealed
    + 'static {
    // Provided method
    fn connect_value_changed<F: Fn(&Self, i32) + Send + Sync + 'static>(
        &self,
        f: F,
    ) -> SignalHandlerId { ... }
}

Provided Methods§

Source

fn connect_value_changed<F: Fn(&Self, i32) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId

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§