Struct gstreamer_sys::GstParamSpecArray
source · #[repr(C)]pub struct GstParamSpecArray {
pub parent_instance: GParamSpec,
pub element_spec: *mut GParamSpec,
}Fields§
§parent_instance: GParamSpec§element_spec: *mut GParamSpecTrait Implementations§
source§impl Clone for GstParamSpecArray
impl Clone for GstParamSpecArray
source§fn clone(&self) -> GstParamSpecArray
fn clone(&self) -> GstParamSpecArray
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