#[repr(C)]pub struct VkVideoEncodeH265NaluSliceSegmentInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub constantQp: i32,
pub pStdSliceSegmentHeader: *const StdVideoEncodeH265SliceSegmentHeader,
}Fields§
§sType: VkStructureType§pNext: *const c_void§constantQp: i32§pStdSliceSegmentHeader: *const StdVideoEncodeH265SliceSegmentHeaderTrait Implementations§
source§impl Clone for VkVideoEncodeH265NaluSliceSegmentInfoKHR
impl Clone for VkVideoEncodeH265NaluSliceSegmentInfoKHR
source§fn clone(&self) -> VkVideoEncodeH265NaluSliceSegmentInfoKHR
fn clone(&self) -> VkVideoEncodeH265NaluSliceSegmentInfoKHR
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 VkVideoEncodeH265NaluSliceSegmentInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeH265NaluSliceSegmentInfoKHR
impl RefUnwindSafe for VkVideoEncodeH265NaluSliceSegmentInfoKHR
impl !Send for VkVideoEncodeH265NaluSliceSegmentInfoKHR
impl !Sync for VkVideoEncodeH265NaluSliceSegmentInfoKHR
impl Unpin for VkVideoEncodeH265NaluSliceSegmentInfoKHR
impl UnwindSafe for VkVideoEncodeH265NaluSliceSegmentInfoKHR
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)