#[repr(C)]pub struct _VACodedBufferVP9Status {
pub base_qp_index: u16,
pub loop_filter_level: u8,
pub long_term_indication: u8,
pub next_frame_width: u16,
pub next_frame_height: u16,
pub va_reserved: [u32; 4],
}
Fields
base_qp_index: u16
loop_filter_level: u8
long_term_indication: u8
next_frame_width: u16
next_frame_height: u16
va_reserved: [u32; 4]
Trait Implementations
sourceimpl Clone for _VACodedBufferVP9Status
impl Clone for _VACodedBufferVP9Status
sourcefn clone(&self) -> _VACodedBufferVP9Status
fn clone(&self) -> _VACodedBufferVP9Status
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for _VACodedBufferVP9Status
impl Debug for _VACodedBufferVP9Status
sourceimpl Default for _VACodedBufferVP9Status
impl Default for _VACodedBufferVP9Status
sourcefn default() -> _VACodedBufferVP9Status
fn default() -> _VACodedBufferVP9Status
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VACodedBufferVP9Status> for _VACodedBufferVP9Status
impl PartialEq<_VACodedBufferVP9Status> for _VACodedBufferVP9Status
sourcefn eq(&self, other: &_VACodedBufferVP9Status) -> bool
fn eq(&self, other: &_VACodedBufferVP9Status) -> bool
impl Copy for _VACodedBufferVP9Status
impl Eq for _VACodedBufferVP9Status
impl StructuralEq for _VACodedBufferVP9Status
impl StructuralPartialEq for _VACodedBufferVP9Status
Auto Trait Implementations
impl RefUnwindSafe for _VACodedBufferVP9Status
impl Send for _VACodedBufferVP9Status
impl Sync for _VACodedBufferVP9Status
impl Unpin for _VACodedBufferVP9Status
impl UnwindSafe for _VACodedBufferVP9Status
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more