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