#[repr(C)]pub struct VkVideoEncodeH264NaluSliceInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub constantQp: i32,
pub pStdSliceHeader: *const StdVideoEncodeH264SliceHeader,
}Fields§
§sType: VkStructureType§pNext: *const c_void§constantQp: i32§pStdSliceHeader: *const StdVideoEncodeH264SliceHeaderTrait Implementations§
Source§impl Clone for VkVideoEncodeH264NaluSliceInfoKHR
impl Clone for VkVideoEncodeH264NaluSliceInfoKHR
Source§fn clone(&self) -> VkVideoEncodeH264NaluSliceInfoKHR
fn clone(&self) -> VkVideoEncodeH264NaluSliceInfoKHR
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 VkVideoEncodeH264NaluSliceInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeH264NaluSliceInfoKHR
impl RefUnwindSafe for VkVideoEncodeH264NaluSliceInfoKHR
impl !Send for VkVideoEncodeH264NaluSliceInfoKHR
impl !Sync for VkVideoEncodeH264NaluSliceInfoKHR
impl Unpin for VkVideoEncodeH264NaluSliceInfoKHR
impl UnwindSafe for VkVideoEncodeH264NaluSliceInfoKHR
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