#[repr(C)]pub struct VideoEncodeH264SessionParametersGetInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub write_std_sps: u32,
pub write_std_pps: u32,
pub std_sps_id: u32,
pub std_pps_id: u32,
}Expand description
VkVideoEncodeH264SessionParametersGetInfoKHR
Provided by VK_KHR_video_encode_h264.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_PARAMETERS_GET_INFO_KHR.
p_next: *const c_voidOptional, may be null.
write_std_sps: u32§write_std_pps: u32§std_sps_id: u32§std_pps_id: u32Implementations§
Source§impl VideoEncodeH264SessionParametersGetInfoKHR
impl VideoEncodeH264SessionParametersGetInfoKHR
Sourcepub fn builder<'a>() -> VideoEncodeH264SessionParametersGetInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoEncodeH264SessionParametersGetInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoEncodeH264SessionParametersGetInfoKHR
impl Clone for VideoEncodeH264SessionParametersGetInfoKHR
Source§fn clone(&self) -> VideoEncodeH264SessionParametersGetInfoKHR
fn clone(&self) -> VideoEncodeH264SessionParametersGetInfoKHR
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 VideoEncodeH264SessionParametersGetInfoKHR
impl ExtendsVideoEncodeSessionParametersGetInfoKHR for VideoEncodeH264SessionParametersGetInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeH264SessionParametersGetInfoKHR
impl RefUnwindSafe for VideoEncodeH264SessionParametersGetInfoKHR
impl !Send for VideoEncodeH264SessionParametersGetInfoKHR
impl !Sync for VideoEncodeH264SessionParametersGetInfoKHR
impl Unpin for VideoEncodeH264SessionParametersGetInfoKHR
impl UnsafeUnpin for VideoEncodeH264SessionParametersGetInfoKHR
impl UnwindSafe for VideoEncodeH264SessionParametersGetInfoKHR
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