Struct gstreamer_base_sys::GstPushSrc [−][src]
#[repr(C)]pub struct GstPushSrc { pub parent: GstBaseSrc, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstBaseSrc
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPushSrc
impl !Send for GstPushSrc
impl !Sync for GstPushSrc
impl Unpin for GstPushSrc
impl UnwindSafe for GstPushSrc
Blanket Implementations
Mutably borrows from an owned value. Read more