Struct gstreamer_app_sys::GstAppSink
source · #[repr(C)]pub struct GstAppSink {
pub basesink: GstBaseSink,
pub priv_: *mut GstAppSinkPrivate,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§basesink: GstBaseSink
§priv_: *mut GstAppSinkPrivate
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstAppSink
impl Clone for GstAppSink
source§fn clone(&self) -> GstAppSink
fn clone(&self) -> GstAppSink
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstAppSink
impl Debug for GstAppSink
impl Copy for GstAppSink
Auto Trait Implementations§
impl Freeze for GstAppSink
impl RefUnwindSafe for GstAppSink
impl !Send for GstAppSink
impl !Sync for GstAppSink
impl Unpin for GstAppSink
impl UnwindSafe for GstAppSink
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)