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 more