Struct gst::ffi::Struct__GstStaticCaps [−][src]
#[repr(C)]pub struct 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 Clone for Struct__GstStaticCaps
[src]
impl Clone for Struct__GstStaticCaps
fn clone(&self) -> Struct__GstStaticCaps
[src]
fn clone(&self) -> Struct__GstStaticCaps
Returns 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 Copy for Struct__GstStaticCaps
[src]
impl Copy for Struct__GstStaticCaps
impl Default for Struct__GstStaticCaps
[src]
impl Default for Struct__GstStaticCaps
fn default() -> Struct__GstStaticCaps
[src]
fn default() -> Struct__GstStaticCaps
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstStaticCaps
impl !Send for Struct__GstStaticCaps
impl !Sync for Struct__GstStaticCaps
impl !Sync for Struct__GstStaticCaps