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
impl Copy for GstPushSrc[src]
impl Copy for GstPushSrcimpl Clone for GstPushSrc[src]
impl Clone for GstPushSrcfn clone(&self) -> GstPushSrc[src]
fn clone(&self) -> GstPushSrcReturns 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 Debug for GstPushSrc[src]
impl Debug for GstPushSrcAuto Trait Implementations
impl !Send for GstPushSrc
impl !Send for GstPushSrcimpl !Sync for GstPushSrc
impl !Sync for GstPushSrc