Struct gst::ffi::Struct__GstVideoSinkClass [−][src]
#[repr(C)]pub struct Struct__GstVideoSinkClass { pub parent_class: GstBaseSinkClass, pub show_frame: Option<extern "C" fn(video_sink: *mut GstVideoSink, buf: *mut GstBuffer) -> GstFlowReturn>, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GstBaseSinkClass
show_frame: Option<extern "C" fn(video_sink: *mut GstVideoSink, buf: *mut GstBuffer) -> GstFlowReturn>
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Default for Struct__GstVideoSinkClass
[src]
impl Default for Struct__GstVideoSinkClass
fn default() -> Struct__GstVideoSinkClass
[src]
fn default() -> Struct__GstVideoSinkClass
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstVideoSinkClass
impl !Send for Struct__GstVideoSinkClass
impl !Sync for Struct__GstVideoSinkClass
impl !Sync for Struct__GstVideoSinkClass