#[repr(C)]pub struct StdVideoAV1QuantizationFlags {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
Source§impl StdVideoAV1QuantizationFlags
impl StdVideoAV1QuantizationFlags
pub fn using_qmatrix(&self) -> u32
pub fn set_using_qmatrix(&mut self, val: u32)
pub unsafe fn using_qmatrix_raw(this: *const Self) -> u32
pub unsafe fn set_using_qmatrix_raw(this: *mut Self, val: u32)
pub fn diff_uv_delta(&self) -> u32
pub fn set_diff_uv_delta(&mut self, val: u32)
pub unsafe fn diff_uv_delta_raw(this: *const Self) -> u32
pub unsafe fn set_diff_uv_delta_raw(this: *mut Self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub unsafe fn reserved_raw(this: *const Self) -> u32
pub unsafe fn set_reserved_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( using_qmatrix: u32, diff_uv_delta: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for StdVideoAV1QuantizationFlags
impl Clone for StdVideoAV1QuantizationFlags
Source§fn clone(&self) -> StdVideoAV1QuantizationFlags
fn clone(&self) -> StdVideoAV1QuantizationFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for StdVideoAV1QuantizationFlags
impl Default for StdVideoAV1QuantizationFlags
Source§fn default() -> StdVideoAV1QuantizationFlags
fn default() -> StdVideoAV1QuantizationFlags
Returns the “default value” for a type. Read more
impl Copy for StdVideoAV1QuantizationFlags
Auto Trait Implementations§
impl Freeze for StdVideoAV1QuantizationFlags
impl RefUnwindSafe for StdVideoAV1QuantizationFlags
impl Send for StdVideoAV1QuantizationFlags
impl Sync for StdVideoAV1QuantizationFlags
impl Unpin for StdVideoAV1QuantizationFlags
impl UnwindSafe for StdVideoAV1QuantizationFlags
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