Struct gstreamer_app_sys::GstAppSrc [−][src]
#[repr(C)]pub struct GstAppSrc { pub basesrc: GstBaseSrc, pub priv_: *mut GstAppSrcPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
basesrc: GstBaseSrc
priv_: *mut GstAppSrcPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAppSrc
impl UnwindSafe for GstAppSrc
Blanket Implementations
Mutably borrows from an owned value. Read more