#[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 unsafe fn top_field_flag_raw(this: *const Self) -> u32
pub unsafe fn set_top_field_flag_raw(this: *mut Self, val: u32)
pub fn bottom_field_flag(&self) -> u32
pub fn set_bottom_field_flag(&mut self, val: u32)
pub unsafe fn bottom_field_flag_raw(this: *const Self) -> u32
pub unsafe fn set_bottom_field_flag_raw(this: *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 unsafe fn used_for_long_term_reference_raw(this: *const Self) -> u32
pub unsafe fn set_used_for_long_term_reference_raw(this: *mut Self, val: u32)
pub fn is_non_existing(&self) -> u32
pub fn set_is_non_existing(&mut self, val: u32)
pub unsafe fn is_non_existing_raw(this: *const Self) -> u32
pub unsafe fn set_is_non_existing_raw(this: *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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for StdVideoDecodeH264ReferenceInfoFlags
impl Default for StdVideoDecodeH264ReferenceInfoFlags
Source§fn default() -> StdVideoDecodeH264ReferenceInfoFlags
fn default() -> StdVideoDecodeH264ReferenceInfoFlags
Returns the “default value” for a type. Read more
impl 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