Struct ash::vk::native::StdVideoAV1QuantizationFlags
source · #[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 fn diff_uv_delta(&self) -> u32
pub fn set_diff_uv_delta(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StdVideoAV1QuantizationFlags
impl Debug for StdVideoAV1QuantizationFlags
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