Struct gstreamer_sys::GstParamSpecArray [−][src]
#[repr(C)]pub struct GstParamSpecArray { pub parent_instance: GParamSpec, pub element_spec: *mut GParamSpec, }
Fields
parent_instance: GParamSpecelement_spec: *mut GParamSpecTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstParamSpecArrayimpl !Send for GstParamSpecArrayimpl !Sync for GstParamSpecArrayimpl Unpin for GstParamSpecArrayimpl UnwindSafe for GstParamSpecArrayBlanket Implementations
Mutably borrows from an owned value. Read more