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 set_info: Option<unsafe extern "C" fn(_: *mut GstVideoSink, _: *mut GstCaps, _: *const GstVideoInfo) -> gboolean>, pub _gst_reserved: [gpointer; 3], }
Fields
parent_class: GstBaseSinkClassshow_frame: Option<unsafe extern "C" fn(_: *mut GstVideoSink, _: *mut GstBuffer) -> GstFlowReturn>set_info: Option<unsafe extern "C" fn(_: *mut GstVideoSink, _: *mut GstCaps, _: *const GstVideoInfo) -> gboolean>_gst_reserved: [gpointer; 3]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoSinkClassimpl !Send for GstVideoSinkClassimpl !Sync for GstVideoSinkClassimpl Unpin for GstVideoSinkClassimpl UnwindSafe for GstVideoSinkClassBlanket Implementations
Mutably borrows from an owned value. Read more