Struct gstreamer_video_sys::GstVideoResampler[][src]

#[repr(C)]
pub struct GstVideoResampler { pub in_size: c_int, pub out_size: c_int, pub max_taps: c_uint, pub n_phases: c_uint, pub offset: *mut u32, pub phase: *mut u32, pub n_taps: *mut u32, pub taps: *mut c_double, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstVideoResampler
[src]

impl Clone for GstVideoResampler
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoResampler
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoResampler

impl !Sync for GstVideoResampler