#[repr(C)]pub struct VideoEncodeH264NaluSliceEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub mb_count: u32,
pub p_reference_final_lists: *const VideoEncodeH264ReferenceListsEXT,
pub p_slice_header_std: *const StdVideoEncodeH264SliceHeader,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§mb_count: u32
§p_reference_final_lists: *const VideoEncodeH264ReferenceListsEXT
§p_slice_header_std: *const StdVideoEncodeH264SliceHeader
Implementations§
Source§impl VideoEncodeH264NaluSliceEXT
impl VideoEncodeH264NaluSliceEXT
pub fn builder<'a>() -> VideoEncodeH264NaluSliceEXTBuilder<'a>
Trait Implementations§
Source§impl Clone for VideoEncodeH264NaluSliceEXT
impl Clone for VideoEncodeH264NaluSliceEXT
Source§fn clone(&self) -> VideoEncodeH264NaluSliceEXT
fn clone(&self) -> VideoEncodeH264NaluSliceEXT
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 VideoEncodeH264NaluSliceEXT
Auto Trait Implementations§
impl Freeze for VideoEncodeH264NaluSliceEXT
impl RefUnwindSafe for VideoEncodeH264NaluSliceEXT
impl !Send for VideoEncodeH264NaluSliceEXT
impl !Sync for VideoEncodeH264NaluSliceEXT
impl Unpin for VideoEncodeH264NaluSliceEXT
impl UnwindSafe for VideoEncodeH264NaluSliceEXT
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
)