Struct ash::vk::VideoEncodeH264NaluSliceEXT
source · #[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 more