Struct ash::vk::native::StdVideoDecodeH264MvcElementFlags
source · #[repr(C)]#[repr(align(4))]pub struct StdVideoDecodeH264MvcElementFlags {
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 StdVideoDecodeH264MvcElementFlags
impl StdVideoDecodeH264MvcElementFlags
pub fn non_idr(&self) -> u32
pub fn set_non_idr(&mut self, val: u32)
pub fn anchor_pic(&self) -> u32
pub fn set_anchor_pic(&mut self, val: u32)
pub fn inter_view(&self) -> u32
pub fn set_inter_view(&mut self, val: u32)
pub fn new_bitfield_1( non_idr: u32, anchor_pic: u32, inter_view: u32 ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for StdVideoDecodeH264MvcElementFlags
impl Clone for StdVideoDecodeH264MvcElementFlags
source§fn clone(&self) -> StdVideoDecodeH264MvcElementFlags
fn clone(&self) -> StdVideoDecodeH264MvcElementFlags
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