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: GstControlBinding
cs_a: *mut GstControlSource
cs_r: *mut GstControlSource
cs_g: *mut GstControlSource
cs_b: *mut GstControlSource
cur_value: GValue
last_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