Struct ash::vk::native::StdVideoDecodeH265PictureInfoFlags
source · #[repr(C)]#[repr(align(4))]pub struct StdVideoDecodeH265PictureInfoFlags {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: [u8; 3]
Implementations§
source§impl StdVideoDecodeH265PictureInfoFlags
impl StdVideoDecodeH265PictureInfoFlags
pub fn IrapPicFlag(&self) -> u32
pub fn set_IrapPicFlag(&mut self, val: u32)
pub fn IdrPicFlag(&self) -> u32
pub fn set_IdrPicFlag(&mut self, val: u32)
pub fn IsReference(&self) -> u32
pub fn set_IsReference(&mut self, val: u32)
pub fn short_term_ref_pic_set_sps_flag(&self) -> u32
pub fn set_short_term_ref_pic_set_sps_flag(&mut self, val: u32)
pub fn new_bitfield_1( IrapPicFlag: u32, IdrPicFlag: u32, IsReference: u32, short_term_ref_pic_set_sps_flag: u32 ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for StdVideoDecodeH265PictureInfoFlags
impl Clone for StdVideoDecodeH265PictureInfoFlags
source§fn clone(&self) -> StdVideoDecodeH265PictureInfoFlags
fn clone(&self) -> StdVideoDecodeH265PictureInfoFlags
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 more