Struct gstreamer_video_sys::GstVideoFilterClass [−][src]
#[repr(C)]pub struct GstVideoFilterClass { pub parent_class: GstBaseTransformClass, pub set_info: Option<unsafe extern "C" fn(_: *mut GstVideoFilter, _: *mut GstCaps, _: *mut GstVideoInfo, _: *mut GstCaps, _: *mut GstVideoInfo) -> gboolean>, pub transform_frame: Option<unsafe extern "C" fn(_: *mut GstVideoFilter, _: *mut GstVideoFrame, _: *mut GstVideoFrame) -> GstFlowReturn>, pub transform_frame_ip: Option<unsafe extern "C" fn(_: *mut GstVideoFilter, _: *mut GstVideoFrame) -> GstFlowReturn>, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GstBaseTransformClass
set_info: Option<unsafe extern "C" fn(_: *mut GstVideoFilter, _: *mut GstCaps, _: *mut GstVideoInfo, _: *mut GstCaps, _: *mut GstVideoInfo) -> gboolean>
transform_frame: Option<unsafe extern "C" fn(_: *mut GstVideoFilter, _: *mut GstVideoFrame, _: *mut GstVideoFrame) -> GstFlowReturn>
transform_frame_ip: Option<unsafe extern "C" fn(_: *mut GstVideoFilter, _: *mut GstVideoFrame) -> GstFlowReturn>
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstVideoFilterClass
[src]
impl Copy for GstVideoFilterClass
impl Clone for GstVideoFilterClass
[src]
impl Clone for GstVideoFilterClass
fn clone(&self) -> GstVideoFilterClass
[src]
fn clone(&self) -> GstVideoFilterClass
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 GstVideoFilterClass
[src]
impl Debug for GstVideoFilterClass
Auto Trait Implementations
impl !Send for GstVideoFilterClass
impl !Send for GstVideoFilterClass
impl !Sync for GstVideoFilterClass
impl !Sync for GstVideoFilterClass