#[repr(C)]pub struct _VAProcFilterParameterBufferBase {
pub type_: VAProcFilterType,
}Expand description
\brief Filter parameter buffer base.
This is a helper structure used by driver implementations only. Users are not supposed to allocate filter parameter buffers of this type.
Fields§
§type_: VAProcFilterType\brief Filter type.
Trait Implementations§
Source§impl Clone for _VAProcFilterParameterBufferBase
impl Clone for _VAProcFilterParameterBufferBase
Source§fn clone(&self) -> _VAProcFilterParameterBufferBase
fn clone(&self) -> _VAProcFilterParameterBufferBase
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 _VAProcFilterParameterBufferBase
impl Eq for _VAProcFilterParameterBufferBase
Source§impl PartialEq for _VAProcFilterParameterBufferBase
impl PartialEq for _VAProcFilterParameterBufferBase
Source§fn eq(&self, other: &_VAProcFilterParameterBufferBase) -> bool
fn eq(&self, other: &_VAProcFilterParameterBufferBase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VAProcFilterParameterBufferBase
Auto Trait Implementations§
impl Freeze for _VAProcFilterParameterBufferBase
impl RefUnwindSafe for _VAProcFilterParameterBufferBase
impl Send for _VAProcFilterParameterBufferBase
impl Sync for _VAProcFilterParameterBufferBase
impl Unpin for _VAProcFilterParameterBufferBase
impl UnsafeUnpin for _VAProcFilterParameterBufferBase
impl UnwindSafe for _VAProcFilterParameterBufferBase
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