Struct ash::vk::native::StdVideoEncodeH264PictureInfoFlags
source · #[repr(C)]#[repr(align(4))]pub struct StdVideoEncodeH264PictureInfoFlags {
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 StdVideoEncodeH264PictureInfoFlags
impl StdVideoEncodeH264PictureInfoFlags
pub fn idr_flag(&self) -> u32
pub fn set_idr_flag(&mut self, val: u32)
pub fn is_reference_flag(&self) -> u32
pub fn set_is_reference_flag(&mut self, val: u32)
pub fn used_for_long_term_reference(&self) -> u32
pub fn set_used_for_long_term_reference(&mut self, val: u32)
pub fn new_bitfield_1( idr_flag: u32, is_reference_flag: u32, used_for_long_term_reference: u32 ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for StdVideoEncodeH264PictureInfoFlags
impl Clone for StdVideoEncodeH264PictureInfoFlags
source§fn clone(&self) -> StdVideoEncodeH264PictureInfoFlags
fn clone(&self) -> StdVideoEncodeH264PictureInfoFlags
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