#[repr(C)]pub struct GstARGBControlBinding {
pub parent: GstControlBinding,
pub cs_a: *mut GstControlSource,
pub cs_r: *mut GstControlSource,
pub cs_g: *mut GstControlSource,
pub cs_b: *mut GstControlSource,
pub cur_value: GValue,
pub last_value: u32,
pub _gst_reserved: [gpointer; 4],
}Fields
parent: GstControlBindingcs_a: *mut GstControlSourcecs_r: *mut GstControlSourcecs_g: *mut GstControlSourcecs_b: *mut GstControlSourcecur_value: GValuelast_value: u32_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstARGBControlBinding
impl !Send for GstARGBControlBinding
impl !Sync for GstARGBControlBinding
impl Unpin for GstARGBControlBinding
impl UnwindSafe for GstARGBControlBinding
Blanket Implementations
Mutably borrows from an owned value. Read more