#[repr(C)]pub struct StdVideoDecodeH265PictureInfoFlags {
pub bitfield1: u32,
}Expand description
struct StdVideoDecodeH265PictureInfoFlags from vulkan_video_codec_h265std_decode
Fields§
§bitfield1: u32Bitfield: IrapPicFlag: u32 in 1 bits Bitfield: IdrPicFlag: u32 in 1 bits Bitfield: IsReference: u32 in 1 bits Bitfield: short_term_ref_pic_set_sps_flag: u32 in 1 bits
Implementations§
Source§impl StdVideoDecodeH265PictureInfoFlags
impl StdVideoDecodeH265PictureInfoFlags
pub fn get_IrapPicFlag(&self) -> u32
pub fn set_IrapPicFlag(&mut self, value: u32)
pub fn get_IdrPicFlag(&self) -> u32
pub fn set_IdrPicFlag(&mut self, value: u32)
pub fn get_IsReference(&self) -> u32
pub fn set_IsReference(&mut self, value: u32)
pub fn get_short_term_ref_pic_set_sps_flag(&self) -> u32
pub fn set_short_term_ref_pic_set_sps_flag(&mut self, value: u32)
Trait Implementations§
Source§impl Clone for StdVideoDecodeH265PictureInfoFlags
impl Clone for StdVideoDecodeH265PictureInfoFlags
Source§fn clone(&self) -> StdVideoDecodeH265PictureInfoFlags
fn clone(&self) -> StdVideoDecodeH265PictureInfoFlags
Returns a duplicate 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 moreimpl Copy for StdVideoDecodeH265PictureInfoFlags
Auto Trait Implementations§
impl Freeze for StdVideoDecodeH265PictureInfoFlags
impl RefUnwindSafe for StdVideoDecodeH265PictureInfoFlags
impl Send for StdVideoDecodeH265PictureInfoFlags
impl Sync for StdVideoDecodeH265PictureInfoFlags
impl Unpin for StdVideoDecodeH265PictureInfoFlags
impl UnwindSafe for StdVideoDecodeH265PictureInfoFlags
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