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
Auto Trait Implementations
impl RefUnwindSafe for GstParamSpecArray
impl !Send for GstParamSpecArray
impl !Sync for GstParamSpecArray
impl Unpin for GstParamSpecArray
impl UnwindSafe for GstParamSpecArray
Blanket Implementations
Mutably borrows from an owned value. Read more