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
parent: GObjectlabel: *mut c_charmin_value: c_intmax_value: c_int_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstColorBalanceChannelimpl !Send for GstColorBalanceChannelimpl !Sync for GstColorBalanceChannelimpl Unpin for GstColorBalanceChannelimpl UnwindSafe for GstColorBalanceChannelBlanket Implementations
Mutably borrows from an owned value. Read more