#[repr(C)]pub struct _VAEncMiscParameterCustomRoundingControl {
pub rounding_offset_setting: _VAEncMiscParameterCustomRoundingControl__bindgen_ty_1,
}Expand description
\brief Custom Encoder Rounding Offset Control. Application may use this structure to set customized rounding offset parameters for quantization. Valid when \c VAConfigAttribCustomRoundingControl equals 1.
Fields§
§rounding_offset_setting: _VAEncMiscParameterCustomRoundingControl__bindgen_ty_1Trait Implementations§
Source§impl Clone for _VAEncMiscParameterCustomRoundingControl
impl Clone for _VAEncMiscParameterCustomRoundingControl
Source§fn clone(&self) -> _VAEncMiscParameterCustomRoundingControl
fn clone(&self) -> _VAEncMiscParameterCustomRoundingControl
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 _VAEncMiscParameterCustomRoundingControl
Auto Trait Implementations§
impl Freeze for _VAEncMiscParameterCustomRoundingControl
impl RefUnwindSafe for _VAEncMiscParameterCustomRoundingControl
impl Send for _VAEncMiscParameterCustomRoundingControl
impl Sync for _VAEncMiscParameterCustomRoundingControl
impl Unpin for _VAEncMiscParameterCustomRoundingControl
impl UnsafeUnpin for _VAEncMiscParameterCustomRoundingControl
impl UnwindSafe for _VAEncMiscParameterCustomRoundingControl
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