#[repr(C)]pub struct StdVideoEncodeH264ReferenceListsInfoFlags {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
Source§impl StdVideoEncodeH264ReferenceListsInfoFlags
impl StdVideoEncodeH264ReferenceListsInfoFlags
pub fn ref_pic_list_modification_flag_l0(&self) -> u32
pub fn set_ref_pic_list_modification_flag_l0(&mut self, val: u32)
pub unsafe fn ref_pic_list_modification_flag_l0_raw(this: *const Self) -> u32
pub unsafe fn set_ref_pic_list_modification_flag_l0_raw( this: *mut Self, val: u32, )
pub fn ref_pic_list_modification_flag_l1(&self) -> u32
pub fn set_ref_pic_list_modification_flag_l1(&mut self, val: u32)
pub unsafe fn ref_pic_list_modification_flag_l1_raw(this: *const Self) -> u32
pub unsafe fn set_ref_pic_list_modification_flag_l1_raw( this: *mut Self, val: u32, )
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub unsafe fn reserved_raw(this: *const Self) -> u32
pub unsafe fn set_reserved_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( ref_pic_list_modification_flag_l0: u32, ref_pic_list_modification_flag_l1: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for StdVideoEncodeH264ReferenceListsInfoFlags
impl Clone for StdVideoEncodeH264ReferenceListsInfoFlags
Source§fn clone(&self) -> StdVideoEncodeH264ReferenceListsInfoFlags
fn clone(&self) -> StdVideoEncodeH264ReferenceListsInfoFlags
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 StdVideoEncodeH264ReferenceListsInfoFlags
impl Default for StdVideoEncodeH264ReferenceListsInfoFlags
Source§fn default() -> StdVideoEncodeH264ReferenceListsInfoFlags
fn default() -> StdVideoEncodeH264ReferenceListsInfoFlags
Returns the “default value” for a type. Read more
impl Copy for StdVideoEncodeH264ReferenceListsInfoFlags
Auto Trait Implementations§
impl Freeze for StdVideoEncodeH264ReferenceListsInfoFlags
impl RefUnwindSafe for StdVideoEncodeH264ReferenceListsInfoFlags
impl Send for StdVideoEncodeH264ReferenceListsInfoFlags
impl Sync for StdVideoEncodeH264ReferenceListsInfoFlags
impl Unpin for StdVideoEncodeH264ReferenceListsInfoFlags
impl UnwindSafe for StdVideoEncodeH264ReferenceListsInfoFlags
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