Struct gstreamer_base_sys::GstPushSrc
source · #[repr(C)]pub struct GstPushSrc {
pub parent: GstBaseSrc,
pub _gst_reserved: [gpointer; 4],
}Fields
parent: GstBaseSrc_gst_reserved: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstPushSrc
impl Clone for GstPushSrc
sourcefn clone(&self) -> GstPushSrc
fn clone(&self) -> GstPushSrc
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstPushSrc
impl Debug for GstPushSrc
impl Copy for GstPushSrc
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more