Struct gstreamer_sys::GstParamSpecArray [−][src]
#[repr(C)]pub struct GstParamSpecArray { pub parent_instance: GParamSpec, pub element_spec: *mut GParamSpec, }
Fields
parent_instance: GParamSpec
element_spec: *mut GParamSpec
Trait Implementations
impl Copy for GstParamSpecArray[src]
impl Copy for GstParamSpecArrayimpl Clone for GstParamSpecArray[src]
impl Clone for GstParamSpecArrayfn clone(&self) -> GstParamSpecArray[src]
fn clone(&self) -> GstParamSpecArrayReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstParamSpecArray[src]
impl Debug for GstParamSpecArrayAuto Trait Implementations
impl !Send for GstParamSpecArray
impl !Send for GstParamSpecArrayimpl !Sync for GstParamSpecArray
impl !Sync for GstParamSpecArray