Struct gstreamer_video_sys::GstColorBalanceChannel[][src]

#[repr(C)]
pub struct GstColorBalanceChannel { pub parent: GObject, pub label: *mut c_char, pub min_value: c_int, pub max_value: c_int, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstColorBalanceChannel
[src]

impl Clone for GstColorBalanceChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstColorBalanceChannel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstColorBalanceChannel

impl !Sync for GstColorBalanceChannel