#[repr(C)]pub struct _VAProcFilterParameterBufferDeinterlacing {
pub type_: VAProcFilterType,
pub algorithm: VAProcDeinterlacingType,
pub flags: u32,
pub va_reserved: [u32; 4],
}Expand description
\brief Deinterlacing filter parametrization.
Fields§
§type_: VAProcFilterType\brief Filter type. Shall be set to #VAProcFilterDeinterlacing.
algorithm: VAProcDeinterlacingType\brief Deinterlacing algorithm.
flags: u32\brief Deinterlacing flags.
va_reserved: [u32; 4]\brief Reserved bytes for future use, must be zero
Trait Implementations§
Source§impl Clone for _VAProcFilterParameterBufferDeinterlacing
impl Clone for _VAProcFilterParameterBufferDeinterlacing
Source§fn clone(&self) -> _VAProcFilterParameterBufferDeinterlacing
fn clone(&self) -> _VAProcFilterParameterBufferDeinterlacing
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _VAProcFilterParameterBufferDeinterlacing
impl Eq for _VAProcFilterParameterBufferDeinterlacing
Source§impl PartialEq for _VAProcFilterParameterBufferDeinterlacing
impl PartialEq for _VAProcFilterParameterBufferDeinterlacing
Source§fn eq(&self, other: &_VAProcFilterParameterBufferDeinterlacing) -> bool
fn eq(&self, other: &_VAProcFilterParameterBufferDeinterlacing) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VAProcFilterParameterBufferDeinterlacing
Auto Trait Implementations§
impl Freeze for _VAProcFilterParameterBufferDeinterlacing
impl RefUnwindSafe for _VAProcFilterParameterBufferDeinterlacing
impl Send for _VAProcFilterParameterBufferDeinterlacing
impl Sync for _VAProcFilterParameterBufferDeinterlacing
impl Unpin for _VAProcFilterParameterBufferDeinterlacing
impl UnsafeUnpin for _VAProcFilterParameterBufferDeinterlacing
impl UnwindSafe for _VAProcFilterParameterBufferDeinterlacing
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