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 GstCaps
string: *const c_char
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstStaticCaps
impl !Send for GstStaticCaps
impl !Sync for GstStaticCaps
impl Unpin for GstStaticCaps
impl UnwindSafe for GstStaticCaps
Blanket Implementations
Mutably borrows from an owned value. Read more