Struct gstreamer_sys::GstStaticCaps [−][src]
#[repr(C)]pub struct GstStaticCaps { pub caps: *mut GstCaps, pub string: *const c_char, pub _gst_reserved: [gpointer; 4], }
Fields
caps: *mut GstCapsstring: *const c_char_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstStaticCapsimpl !Send for GstStaticCapsimpl !Sync for GstStaticCapsimpl Unpin for GstStaticCapsimpl UnwindSafe for GstStaticCapsBlanket Implementations
Mutably borrows from an owned value. Read more