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
impl Copy for GstStaticCaps[src]
impl Copy for GstStaticCapsimpl Clone for GstStaticCaps[src]
impl Clone for GstStaticCapsfn clone(&self) -> GstStaticCaps[src]
fn clone(&self) -> GstStaticCapsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstStaticCaps[src]
impl Debug for GstStaticCapsAuto Trait Implementations
impl !Send for GstStaticCaps
impl !Send for GstStaticCapsimpl !Sync for GstStaticCaps
impl !Sync for GstStaticCaps