Struct gstreamer_app_sys::GstAppSink [−][src]
#[repr(C)]pub 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
Auto Trait Implementations
impl RefUnwindSafe for GstAppSink
impl !Send for GstAppSink
impl !Sync for GstAppSink
impl Unpin for GstAppSink
impl UnwindSafe for GstAppSink
Blanket Implementations
Mutably borrows from an owned value. Read more