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

Trait Implementations

impl Default for Struct__GstVideoSinkClass
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstVideoSinkClass

impl !Sync for Struct__GstVideoSinkClass