Struct ash::vk::native::StdVideoDecodeH264ReferenceInfoFlags
source · #[repr(C, align(4))]pub struct StdVideoDecodeH264ReferenceInfoFlags {
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 StdVideoDecodeH264ReferenceInfoFlags
impl StdVideoDecodeH264ReferenceInfoFlags
pub fn top_field_flag(&self) -> u32
pub fn set_top_field_flag(&mut self, val: u32)
pub fn bottom_field_flag(&self) -> u32
pub fn set_bottom_field_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 is_non_existing(&self) -> u32
pub fn set_is_non_existing(&mut self, val: u32)
pub fn new_bitfield_1( top_field_flag: u32, bottom_field_flag: u32, used_for_long_term_reference: u32, is_non_existing: u32 ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for StdVideoDecodeH264ReferenceInfoFlags
impl Clone for StdVideoDecodeH264ReferenceInfoFlags
source§fn clone(&self) -> StdVideoDecodeH264ReferenceInfoFlags
fn clone(&self) -> StdVideoDecodeH264ReferenceInfoFlags
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 StdVideoDecodeH264ReferenceInfoFlags
Auto Trait Implementations§
impl Freeze for StdVideoDecodeH264ReferenceInfoFlags
impl RefUnwindSafe for StdVideoDecodeH264ReferenceInfoFlags
impl Send for StdVideoDecodeH264ReferenceInfoFlags
impl Sync for StdVideoDecodeH264ReferenceInfoFlags
impl Unpin for StdVideoDecodeH264ReferenceInfoFlags
impl UnwindSafe for StdVideoDecodeH264ReferenceInfoFlags
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