#[repr(C)]pub struct VideoEncodeH264ReferenceListsEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub reference_list0_entry_count: u8,
pub p_reference_list0_entries: *const VideoEncodeH264DpbSlotInfoEXT,
pub reference_list1_entry_count: u8,
pub p_reference_list1_entries: *const VideoEncodeH264DpbSlotInfoEXT,
pub p_mem_mgmt_ctrl_operations: *const StdVideoEncodeH264RefMemMgmtCtrlOperations,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§reference_list0_entry_count: u8
§p_reference_list0_entries: *const VideoEncodeH264DpbSlotInfoEXT
§reference_list1_entry_count: u8
§p_reference_list1_entries: *const VideoEncodeH264DpbSlotInfoEXT
§p_mem_mgmt_ctrl_operations: *const StdVideoEncodeH264RefMemMgmtCtrlOperations
Implementations§
Source§impl VideoEncodeH264ReferenceListsEXT
impl VideoEncodeH264ReferenceListsEXT
pub fn builder<'a>() -> VideoEncodeH264ReferenceListsEXTBuilder<'a>
Trait Implementations§
Source§impl Clone for VideoEncodeH264ReferenceListsEXT
impl Clone for VideoEncodeH264ReferenceListsEXT
Source§fn clone(&self) -> VideoEncodeH264ReferenceListsEXT
fn clone(&self) -> VideoEncodeH264ReferenceListsEXT
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 VideoEncodeH264ReferenceListsEXT
Auto Trait Implementations§
impl Freeze for VideoEncodeH264ReferenceListsEXT
impl RefUnwindSafe for VideoEncodeH264ReferenceListsEXT
impl !Send for VideoEncodeH264ReferenceListsEXT
impl !Sync for VideoEncodeH264ReferenceListsEXT
impl Unpin for VideoEncodeH264ReferenceListsEXT
impl UnwindSafe for VideoEncodeH264ReferenceListsEXT
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)