Struct gstreamer_video_sys::GstVideoFilter[][src]

#[repr(C)]
pub struct GstVideoFilter { pub element: GstBaseTransform, pub negotiated: gboolean, pub in_info: GstVideoInfo, pub out_info: GstVideoInfo, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstVideoFilter
[src]

impl Clone for GstVideoFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoFilter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoFilter

impl !Sync for GstVideoFilter