pub struct StdVideoDecodeVP9PictureInfoFlags { /* private fields */ }Expand description
struct StdVideoDecodeVP9PictureInfoFlags from vulkan_video_codec_vp9std_decode
Implementations§
Source§impl StdVideoDecodeVP9PictureInfoFlags
impl StdVideoDecodeVP9PictureInfoFlags
pub fn get_error_resilient_mode(&self) -> u32
pub fn set_error_resilient_mode(&mut self, value: u32)
pub fn get_intra_only(&self) -> u32
pub fn set_intra_only(&mut self, value: u32)
pub fn get_allow_high_precision_mv(&self) -> u32
pub fn set_allow_high_precision_mv(&mut self, value: u32)
pub fn get_refresh_frame_context(&self) -> u32
pub fn set_refresh_frame_context(&mut self, value: u32)
pub fn get_frame_parallel_decoding_mode(&self) -> u32
pub fn set_frame_parallel_decoding_mode(&mut self, value: u32)
pub fn get_segmentation_enabled(&self) -> u32
pub fn set_segmentation_enabled(&mut self, value: u32)
pub fn get_show_frame(&self) -> u32
pub fn set_show_frame(&mut self, value: u32)
pub fn get_UsePrevFrameMvs(&self) -> u32
pub fn set_UsePrevFrameMvs(&mut self, value: u32)
pub fn get_reserved(&self) -> u32
pub fn set_reserved(&mut self, value: u32)
Trait Implementations§
Source§impl Clone for StdVideoDecodeVP9PictureInfoFlags
impl Clone for StdVideoDecodeVP9PictureInfoFlags
Source§fn clone(&self) -> StdVideoDecodeVP9PictureInfoFlags
fn clone(&self) -> StdVideoDecodeVP9PictureInfoFlags
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 StdVideoDecodeVP9PictureInfoFlags
Auto Trait Implementations§
impl Freeze for StdVideoDecodeVP9PictureInfoFlags
impl RefUnwindSafe for StdVideoDecodeVP9PictureInfoFlags
impl Send for StdVideoDecodeVP9PictureInfoFlags
impl Sync for StdVideoDecodeVP9PictureInfoFlags
impl Unpin for StdVideoDecodeVP9PictureInfoFlags
impl UnsafeUnpin for StdVideoDecodeVP9PictureInfoFlags
impl UnwindSafe for StdVideoDecodeVP9PictureInfoFlags
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