Struct gstreamer_video_sys::GstColorBalanceChannelClass[][src]

#[repr(C)]
pub struct GstColorBalanceChannelClass { pub parent: GObjectClass, pub value_changed: Option<unsafe extern "C" fn(_: *mut GstColorBalanceChannel, _: c_int)>, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstColorBalanceChannelClass
[src]

impl Clone for GstColorBalanceChannelClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstColorBalanceChannelClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstColorBalanceChannelClass

impl !Sync for GstColorBalanceChannelClass