Struct gstreamer_controller_sys::GstARGBControlBinding [−][src]
#[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 GstARGBControlBindingimpl !Send for GstARGBControlBindingimpl !Sync for GstARGBControlBindingimpl Unpin for GstARGBControlBindingimpl UnwindSafe for GstARGBControlBindingBlanket Implementations
Mutably borrows from an owned value. Read more