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

Trait Implementations

impl Copy for GstStaticCaps
[src]

impl Clone for GstStaticCaps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstStaticCaps
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstStaticCaps

impl !Sync for GstStaticCaps