#[repr(C)]pub struct _VAProcFilterCap {
pub range: VAProcFilterValueRange,
pub va_reserved: [u32; 4],
}Expand description
\brief Default filter cap specification (single range value).
Unless there is a filter-specific cap structure, #VAProcFilterCap is the default type to use for output caps from vaQueryVideoProcFilterCaps().
Fields§
§range: VAProcFilterValueRange\brief Range of supported values for the filter.
va_reserved: [u32; 4]\brief Reserved bytes for future use, must be zero
Trait Implementations§
Source§impl Clone for _VAProcFilterCap
impl Clone for _VAProcFilterCap
Source§fn clone(&self) -> _VAProcFilterCap
fn clone(&self) -> _VAProcFilterCap
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 _VAProcFilterCap
Source§impl Debug for _VAProcFilterCap
impl Debug for _VAProcFilterCap
Source§impl Default for _VAProcFilterCap
impl Default for _VAProcFilterCap
Source§fn default() -> _VAProcFilterCap
fn default() -> _VAProcFilterCap
Returns the “default value” for a type. Read more
Source§impl PartialEq for _VAProcFilterCap
impl PartialEq for _VAProcFilterCap
Source§fn eq(&self, other: &_VAProcFilterCap) -> bool
fn eq(&self, other: &_VAProcFilterCap) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VAProcFilterCap
Auto Trait Implementations§
impl Freeze for _VAProcFilterCap
impl RefUnwindSafe for _VAProcFilterCap
impl Send for _VAProcFilterCap
impl Sync for _VAProcFilterCap
impl Unpin for _VAProcFilterCap
impl UnsafeUnpin for _VAProcFilterCap
impl UnwindSafe for _VAProcFilterCap
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