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
in_size: c_intout_size: c_intmax_taps: c_uintn_phases: c_uintoffset: *mut u32phase: *mut u32n_taps: *mut u32taps: *mut c_double_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoResamplerimpl !Send for GstVideoResamplerimpl !Sync for GstVideoResamplerimpl Unpin for GstVideoResamplerimpl UnwindSafe for GstVideoResamplerBlanket Implementations
Mutably borrows from an owned value. Read more