#[repr(C)]pub struct VideoEncodeH264NaluSliceInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub constant_qp: i32,
pub p_std_slice_header: *const StdVideoEncodeH264SliceHeader,
}Expand description
VkVideoEncodeH264NaluSliceInfoKHR
Provided by VK_KHR_video_encode_h264.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_NALU_SLICE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
constant_qp: i32§p_std_slice_header: *const StdVideoEncodeH264SliceHeaderImplementations§
Source§impl VideoEncodeH264NaluSliceInfoKHR
impl VideoEncodeH264NaluSliceInfoKHR
Sourcepub fn builder<'a>() -> VideoEncodeH264NaluSliceInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoEncodeH264NaluSliceInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoEncodeH264NaluSliceInfoKHR
impl Clone for VideoEncodeH264NaluSliceInfoKHR
Source§fn clone(&self) -> VideoEncodeH264NaluSliceInfoKHR
fn clone(&self) -> VideoEncodeH264NaluSliceInfoKHR
Returns a duplicate 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 VideoEncodeH264NaluSliceInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeH264NaluSliceInfoKHR
impl RefUnwindSafe for VideoEncodeH264NaluSliceInfoKHR
impl !Send for VideoEncodeH264NaluSliceInfoKHR
impl !Sync for VideoEncodeH264NaluSliceInfoKHR
impl Unpin for VideoEncodeH264NaluSliceInfoKHR
impl UnsafeUnpin for VideoEncodeH264NaluSliceInfoKHR
impl UnwindSafe for VideoEncodeH264NaluSliceInfoKHR
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