Struct gstreamer_sys::GstParamSpecArray[][src]

#[repr(C)]
pub struct GstParamSpecArray { pub parent_instance: GParamSpec, pub element_spec: *mut GParamSpec, }

Fields

Trait Implementations

impl Copy for GstParamSpecArray
[src]

impl Clone for GstParamSpecArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstParamSpecArray
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstParamSpecArray

impl !Sync for GstParamSpecArray