Struct GstPush Src
Source #[repr(C)]pub struct GstPushSrc {
pub parent: GstBaseSrc,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent: GstBaseSrc§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstPushSrc
impl Clone for GstPushSrc
Source§fn clone(&self) -> GstPushSrc
fn clone(&self) -> GstPushSrc
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstPushSrc
Auto Trait Implementations§
impl !Send for GstPushSrc
impl !Sync for GstPushSrc
impl Freeze for GstPushSrc
impl RefUnwindSafe for GstPushSrc
impl Unpin for GstPushSrc
impl UnsafeUnpin for GstPushSrc
impl UnwindSafe for GstPushSrc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more