Struct ash::vk::VideoEncodeH265NaluSliceSegmentEXT
source · #[repr(C)]pub struct VideoEncodeH265NaluSliceSegmentEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub ctb_count: u32,
pub p_reference_final_lists: *const VideoEncodeH265ReferenceListsEXT,
pub p_slice_segment_header_std: *const StdVideoEncodeH265SliceSegmentHeader,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§ctb_count: u32
§p_reference_final_lists: *const VideoEncodeH265ReferenceListsEXT
§p_slice_segment_header_std: *const StdVideoEncodeH265SliceSegmentHeader
Implementations§
source§impl VideoEncodeH265NaluSliceSegmentEXT
impl VideoEncodeH265NaluSliceSegmentEXT
pub fn builder<'a>() -> VideoEncodeH265NaluSliceSegmentEXTBuilder<'a>
Trait Implementations§
source§impl Clone for VideoEncodeH265NaluSliceSegmentEXT
impl Clone for VideoEncodeH265NaluSliceSegmentEXT
source§fn clone(&self) -> VideoEncodeH265NaluSliceSegmentEXT
fn clone(&self) -> VideoEncodeH265NaluSliceSegmentEXT
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