#[repr(C)]pub struct _VAEncMiscParameterQuantization {
pub quantization_flags: _VAEncMiscParameterQuantization__bindgen_ty_1,
pub va_reserved: u32,
}Expand description
\brief Quantization settings for encoding.
Some encoders support special types of quantization such as trellis, and this structure can be used by the app to control these special types of quantization by the encoder.
Fields§
§quantization_flags: _VAEncMiscParameterQuantization__bindgen_ty_1§va_reserved: u32Trait Implementations§
Source§impl Clone for _VAEncMiscParameterQuantization
impl Clone for _VAEncMiscParameterQuantization
Source§fn clone(&self) -> _VAEncMiscParameterQuantization
fn clone(&self) -> _VAEncMiscParameterQuantization
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 _VAEncMiscParameterQuantization
Auto Trait Implementations§
impl Freeze for _VAEncMiscParameterQuantization
impl RefUnwindSafe for _VAEncMiscParameterQuantization
impl Send for _VAEncMiscParameterQuantization
impl Sync for _VAEncMiscParameterQuantization
impl Unpin for _VAEncMiscParameterQuantization
impl UnsafeUnpin for _VAEncMiscParameterQuantization
impl UnwindSafe for _VAEncMiscParameterQuantization
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