#[repr(C)]pub struct VideoEncodeH265ReferenceListsEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub reference_list0_entry_count: u8,
pub p_reference_list0_entries: *const VideoEncodeH265DpbSlotInfoEXT,
pub reference_list1_entry_count: u8,
pub p_reference_list1_entries: *const VideoEncodeH265DpbSlotInfoEXT,
pub p_reference_modifications: *const StdVideoEncodeH265ReferenceModifications,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§reference_list0_entry_count: u8
§p_reference_list0_entries: *const VideoEncodeH265DpbSlotInfoEXT
§reference_list1_entry_count: u8
§p_reference_list1_entries: *const VideoEncodeH265DpbSlotInfoEXT
§p_reference_modifications: *const StdVideoEncodeH265ReferenceModifications
Implementations§
Source§impl VideoEncodeH265ReferenceListsEXT
impl VideoEncodeH265ReferenceListsEXT
pub fn builder<'a>() -> VideoEncodeH265ReferenceListsEXTBuilder<'a>
Trait Implementations§
Source§impl Clone for VideoEncodeH265ReferenceListsEXT
impl Clone for VideoEncodeH265ReferenceListsEXT
Source§fn clone(&self) -> VideoEncodeH265ReferenceListsEXT
fn clone(&self) -> VideoEncodeH265ReferenceListsEXT
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 VideoEncodeH265ReferenceListsEXT
Auto Trait Implementations§
impl Freeze for VideoEncodeH265ReferenceListsEXT
impl RefUnwindSafe for VideoEncodeH265ReferenceListsEXT
impl !Send for VideoEncodeH265ReferenceListsEXT
impl !Sync for VideoEncodeH265ReferenceListsEXT
impl Unpin for VideoEncodeH265ReferenceListsEXT
impl UnwindSafe for VideoEncodeH265ReferenceListsEXT
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
)