Struct gstreamer_video_sys::GstVideoSinkClass [−][src]
#[repr(C)]pub struct GstVideoSinkClass { pub parent_class: GstBaseSinkClass, pub show_frame: Option<unsafe extern "C" fn(_: *mut GstVideoSink, _: *mut GstBuffer) -> GstFlowReturn>, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GstBaseSinkClass
show_frame: Option<unsafe extern "C" fn(_: *mut GstVideoSink, _: *mut GstBuffer) -> GstFlowReturn>
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstVideoSinkClass
[src]
impl Copy for GstVideoSinkClass
impl Clone for GstVideoSinkClass
[src]
impl Clone for GstVideoSinkClass
fn clone(&self) -> GstVideoSinkClass
[src]
fn clone(&self) -> GstVideoSinkClass
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 GstVideoSinkClass
[src]
impl Debug for GstVideoSinkClass
Auto Trait Implementations
impl !Send for GstVideoSinkClass
impl !Send for GstVideoSinkClass
impl !Sync for GstVideoSinkClass
impl !Sync for GstVideoSinkClass