#[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: StructureTypep_next: *const c_voidreference_list0_entry_count: u8p_reference_list0_entries: *const VideoEncodeH264DpbSlotInfoEXTreference_list1_entry_count: u8p_reference_list1_entries: *const VideoEncodeH264DpbSlotInfoEXTp_mem_mgmt_ctrl_operations: *const StdVideoEncodeH264RefMemMgmtCtrlOperationsImplementations
sourceimpl VideoEncodeH264ReferenceListsEXT
impl VideoEncodeH264ReferenceListsEXT
pub fn builder<'a>() -> VideoEncodeH264ReferenceListsEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for VideoEncodeH264ReferenceListsEXT
impl Clone for VideoEncodeH264ReferenceListsEXT
sourcefn clone(&self) -> VideoEncodeH264ReferenceListsEXT
fn clone(&self) -> VideoEncodeH264ReferenceListsEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for VideoEncodeH264ReferenceListsEXT
impl Default for VideoEncodeH264ReferenceListsEXT
sourcefn default() -> VideoEncodeH264ReferenceListsEXT
fn default() -> VideoEncodeH264ReferenceListsEXT
Returns the “default value” for a type. Read more
impl Copy for VideoEncodeH264ReferenceListsEXT
Auto Trait Implementations
impl RefUnwindSafe for VideoEncodeH264ReferenceListsEXT
impl !Send for VideoEncodeH264ReferenceListsEXT
impl !Sync for VideoEncodeH264ReferenceListsEXT
impl Unpin for VideoEncodeH264ReferenceListsEXT
impl UnwindSafe for VideoEncodeH264ReferenceListsEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more