Struct ash::vk::VideoEncodeH265NaluSliceSegmentInfoKHR
source · #[repr(C)]pub struct VideoEncodeH265NaluSliceSegmentInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub constant_qp: i32,
pub p_std_slice_segment_header: *const StdVideoEncodeH265SliceSegmentHeader,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§constant_qp: i32
§p_std_slice_segment_header: *const StdVideoEncodeH265SliceSegmentHeader
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
impl<'a> VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
pub fn constant_qp(self, constant_qp: i32) -> Self
pub fn std_slice_segment_header( self, std_slice_segment_header: &'a StdVideoEncodeH265SliceSegmentHeader, ) -> Self
Trait Implementations§
source§impl<'a> Clone for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
impl<'a> Clone for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
source§fn clone(&self) -> VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
fn clone(&self) -> VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
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<'a> Debug for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
impl<'a> Debug for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
source§impl Default for VideoEncodeH265NaluSliceSegmentInfoKHR<'_>
impl Default for VideoEncodeH265NaluSliceSegmentInfoKHR<'_>
source§impl<'a> TaggedStructure for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
impl<'a> TaggedStructure for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_ENCODE_H265_NALU_SLICE_SEGMENT_INFO_KHR
impl<'a> Copy for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
impl Send for VideoEncodeH265NaluSliceSegmentInfoKHR<'_>
impl Sync for VideoEncodeH265NaluSliceSegmentInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
impl<'a> RefUnwindSafe for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
impl<'a> Unpin for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
impl<'a> UnwindSafe for VideoEncodeH265NaluSliceSegmentInfoKHR<'a>
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