Struct ash::vk::VideoEncodeH265NaluSliceSegmentInfoEXT
source · #[repr(C)]pub struct VideoEncodeH265NaluSliceSegmentInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub ctb_count: u32,
pub p_std_reference_final_lists: *const StdVideoEncodeH265ReferenceListsInfo,
pub p_std_slice_segment_header: *const StdVideoEncodeH265SliceSegmentHeader,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§ctb_count: u32
§p_std_reference_final_lists: *const StdVideoEncodeH265ReferenceListsInfo
§p_std_slice_segment_header: *const StdVideoEncodeH265SliceSegmentHeader
Implementations§
source§impl VideoEncodeH265NaluSliceSegmentInfoEXT
impl VideoEncodeH265NaluSliceSegmentInfoEXT
pub fn builder<'a>() -> VideoEncodeH265NaluSliceSegmentInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for VideoEncodeH265NaluSliceSegmentInfoEXT
impl Clone for VideoEncodeH265NaluSliceSegmentInfoEXT
source§fn clone(&self) -> VideoEncodeH265NaluSliceSegmentInfoEXT
fn clone(&self) -> VideoEncodeH265NaluSliceSegmentInfoEXT
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 moresource§impl TaggedStructure for VideoEncodeH265NaluSliceSegmentInfoEXT
impl TaggedStructure for VideoEncodeH265NaluSliceSegmentInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_ENCODE_H265_NALU_SLICE_SEGMENT_INFO_EXT
impl Copy for VideoEncodeH265NaluSliceSegmentInfoEXT
Auto Trait Implementations§
impl Freeze for VideoEncodeH265NaluSliceSegmentInfoEXT
impl RefUnwindSafe for VideoEncodeH265NaluSliceSegmentInfoEXT
impl !Send for VideoEncodeH265NaluSliceSegmentInfoEXT
impl !Sync for VideoEncodeH265NaluSliceSegmentInfoEXT
impl Unpin for VideoEncodeH265NaluSliceSegmentInfoEXT
impl UnwindSafe for VideoEncodeH265NaluSliceSegmentInfoEXT
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