Struct gstreamer_sys::GstControlBinding
source · #[repr(C)]pub struct GstControlBinding {
pub parent: GstObject,
pub name: *mut c_char,
pub pspec: *mut GParamSpec,
pub object: *mut GstObject,
pub disabled: gboolean,
pub ABI: GstControlBinding_ABI,
}Fields§
§parent: GstObject§name: *mut c_char§pspec: *mut GParamSpec§object: *mut GstObject§disabled: gboolean§ABI: GstControlBinding_ABITrait Implementations§
source§impl Clone for GstControlBinding
impl Clone for GstControlBinding
source§fn clone(&self) -> GstControlBinding
fn clone(&self) -> GstControlBinding
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more