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: GstBaseSinkClass
show_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 GstVideoSinkClass
impl !Send for GstVideoSinkClass
impl !Sync for GstVideoSinkClass
impl Unpin for GstVideoSinkClass
impl UnwindSafe for GstVideoSinkClass
Blanket Implementations
Mutably borrows from an owned value. Read more