Struct gst::ffi::Struct__GstColorBalanceChannel [−][src]
#[repr(C)]pub struct Struct__GstColorBalanceChannel { pub parent: GObject, pub label: *mut gchar, pub min_value: gint, pub max_value: gint, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GObject
label: *mut gchar
min_value: gint
max_value: gint
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Clone for Struct__GstColorBalanceChannel
[src]
impl Clone for Struct__GstColorBalanceChannel
fn clone(&self) -> Struct__GstColorBalanceChannel
[src]
fn clone(&self) -> Struct__GstColorBalanceChannel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Struct__GstColorBalanceChannel
[src]
impl Copy for Struct__GstColorBalanceChannel
impl Default for Struct__GstColorBalanceChannel
[src]
impl Default for Struct__GstColorBalanceChannel
fn default() -> Struct__GstColorBalanceChannel
[src]
fn default() -> Struct__GstColorBalanceChannel
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstColorBalanceChannel
impl !Send for Struct__GstColorBalanceChannel
impl !Sync for Struct__GstColorBalanceChannel
impl !Sync for Struct__GstColorBalanceChannel