Struct gst::ffi::Struct__GstAppSink [−][src]
#[repr(C)]pub struct Struct__GstAppSink { pub basesink: GstBaseSink, pub _priv: *mut GstAppSinkPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
basesink: GstBaseSink
_priv: *mut GstAppSinkPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Clone for Struct__GstAppSink
[src]
impl Clone for Struct__GstAppSink
fn clone(&self) -> Struct__GstAppSink
[src]
fn clone(&self) -> Struct__GstAppSink
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__GstAppSink
[src]
impl Copy for Struct__GstAppSink
impl Default for Struct__GstAppSink
[src]
impl Default for Struct__GstAppSink
fn default() -> Struct__GstAppSink
[src]
fn default() -> Struct__GstAppSink
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstAppSink
impl !Send for Struct__GstAppSink
impl !Sync for Struct__GstAppSink
impl !Sync for Struct__GstAppSink