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: GObject
label: *mut c_char
min_value: c_int
max_value: c_int
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstColorBalanceChannel
impl !Send for GstColorBalanceChannel
impl !Sync for GstColorBalanceChannel
impl Unpin for GstColorBalanceChannel
impl UnwindSafe for GstColorBalanceChannel
Blanket Implementations
Mutably borrows from an owned value. Read more