pub struct StdVideoAV1QuantizationFlags { /* private fields */ }Expand description
struct StdVideoAV1QuantizationFlags from vulkan_video_codec_av1std
Implementations§
Source§impl StdVideoAV1QuantizationFlags
impl StdVideoAV1QuantizationFlags
pub fn get_using_qmatrix(&self) -> u32
pub fn set_using_qmatrix(&mut self, value: u32)
pub fn get_diff_uv_delta(&self) -> u32
pub fn set_diff_uv_delta(&mut self, value: u32)
pub fn get_reserved(&self) -> u32
pub fn set_reserved(&mut self, value: u32)
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 (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 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 UnsafeUnpin 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