Struct gstreamer_video_sys::GstVideoResampler
source · #[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_int
§out_size: c_int
§max_taps: c_uint
§n_phases: c_uint
§offset: *mut u32
§phase: *mut u32
§n_taps: *mut u32
§taps: *mut c_double
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstVideoResampler
impl Clone for GstVideoResampler
source§fn clone(&self) -> GstVideoResampler
fn clone(&self) -> GstVideoResampler
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstVideoResampler
impl Debug for GstVideoResampler
impl Copy for GstVideoResampler
Auto Trait Implementations§
impl Freeze for GstVideoResampler
impl RefUnwindSafe for GstVideoResampler
impl !Send for GstVideoResampler
impl !Sync for GstVideoResampler
impl Unpin for GstVideoResampler
impl UnwindSafe for GstVideoResampler
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)