Struct ash::vk::native::StdVideoDecodeH264PictureInfoFlags
source · #[repr(C, align(4))]pub struct StdVideoDecodeH264PictureInfoFlags {
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 StdVideoDecodeH264PictureInfoFlags
impl StdVideoDecodeH264PictureInfoFlags
pub fn field_pic_flag(&self) -> u32
pub fn set_field_pic_flag(&mut self, val: u32)
pub fn is_intra(&self) -> u32
pub fn set_is_intra(&mut self, val: u32)
pub fn IdrPicFlag(&self) -> u32
pub fn set_IdrPicFlag(&mut self, val: u32)
pub fn bottom_field_flag(&self) -> u32
pub fn set_bottom_field_flag(&mut self, val: u32)
pub fn is_reference(&self) -> u32
pub fn set_is_reference(&mut self, val: u32)
pub fn complementary_field_pair(&self) -> u32
pub fn set_complementary_field_pair(&mut self, val: u32)
pub fn new_bitfield_1( field_pic_flag: u32, is_intra: u32, IdrPicFlag: u32, bottom_field_flag: u32, is_reference: u32, complementary_field_pair: u32 ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for StdVideoDecodeH264PictureInfoFlags
impl Clone for StdVideoDecodeH264PictureInfoFlags
source§fn clone(&self) -> StdVideoDecodeH264PictureInfoFlags
fn clone(&self) -> StdVideoDecodeH264PictureInfoFlags
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 moreimpl Copy for StdVideoDecodeH264PictureInfoFlags
Auto Trait Implementations§
impl Freeze for StdVideoDecodeH264PictureInfoFlags
impl RefUnwindSafe for StdVideoDecodeH264PictureInfoFlags
impl Send for StdVideoDecodeH264PictureInfoFlags
impl Sync for StdVideoDecodeH264PictureInfoFlags
impl Unpin for StdVideoDecodeH264PictureInfoFlags
impl UnwindSafe for StdVideoDecodeH264PictureInfoFlags
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