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 GstParamSpecArray
impl Clone for GstParamSpecArray
[src]
impl Clone for GstParamSpecArray
fn clone(&self) -> GstParamSpecArray
[src]
fn clone(&self) -> GstParamSpecArray
Returns 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 GstParamSpecArray
Auto Trait Implementations
impl !Send for GstParamSpecArray
impl !Send for GstParamSpecArray
impl !Sync for GstParamSpecArray
impl !Sync for GstParamSpecArray