#[repr(C)]pub struct _VAProcFilterCapDeinterlacing {
pub type_: VAProcDeinterlacingType,
pub va_reserved: [u32; 4],
}Expand description
\brief Capabilities specification for the deinterlacing filter.
Fields§
§type_: VAProcDeinterlacingType\brief Deinterlacing algorithm.
va_reserved: [u32; 4]\brief Reserved bytes for future use, must be zero
Trait Implementations§
Source§impl Clone for _VAProcFilterCapDeinterlacing
impl Clone for _VAProcFilterCapDeinterlacing
Source§fn clone(&self) -> _VAProcFilterCapDeinterlacing
fn clone(&self) -> _VAProcFilterCapDeinterlacing
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 _VAProcFilterCapDeinterlacing
impl Eq for _VAProcFilterCapDeinterlacing
Source§impl PartialEq for _VAProcFilterCapDeinterlacing
impl PartialEq for _VAProcFilterCapDeinterlacing
Source§fn eq(&self, other: &_VAProcFilterCapDeinterlacing) -> bool
fn eq(&self, other: &_VAProcFilterCapDeinterlacing) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VAProcFilterCapDeinterlacing
Auto Trait Implementations§
impl Freeze for _VAProcFilterCapDeinterlacing
impl RefUnwindSafe for _VAProcFilterCapDeinterlacing
impl Send for _VAProcFilterCapDeinterlacing
impl Sync for _VAProcFilterCapDeinterlacing
impl Unpin for _VAProcFilterCapDeinterlacing
impl UnsafeUnpin for _VAProcFilterCapDeinterlacing
impl UnwindSafe for _VAProcFilterCapDeinterlacing
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