#[repr(C)]pub struct _VAProcessingRateParameterDec {
pub level_idc: u8,
pub reserved0: [u8; 3],
pub reserved: u32,
}Expand description
Processing rate parameter for decode.
Fields§
§level_idc: u8\brief Profile level
reserved0: [u8; 3]§reserved: u32Trait Implementations§
Source§impl Clone for _VAProcessingRateParameterDec
impl Clone for _VAProcessingRateParameterDec
Source§fn clone(&self) -> _VAProcessingRateParameterDec
fn clone(&self) -> _VAProcessingRateParameterDec
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 _VAProcessingRateParameterDec
Source§impl Default for _VAProcessingRateParameterDec
impl Default for _VAProcessingRateParameterDec
Source§fn default() -> _VAProcessingRateParameterDec
fn default() -> _VAProcessingRateParameterDec
Returns the “default value” for a type. Read more
impl Eq for _VAProcessingRateParameterDec
Source§impl PartialEq for _VAProcessingRateParameterDec
impl PartialEq for _VAProcessingRateParameterDec
Source§fn eq(&self, other: &_VAProcessingRateParameterDec) -> bool
fn eq(&self, other: &_VAProcessingRateParameterDec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VAProcessingRateParameterDec
Auto Trait Implementations§
impl Freeze for _VAProcessingRateParameterDec
impl RefUnwindSafe for _VAProcessingRateParameterDec
impl Send for _VAProcessingRateParameterDec
impl Sync for _VAProcessingRateParameterDec
impl Unpin for _VAProcessingRateParameterDec
impl UnsafeUnpin for _VAProcessingRateParameterDec
impl UnwindSafe for _VAProcessingRateParameterDec
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