#[repr(C)]pub struct VideoEncodeH265SessionParametersGetInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub write_std_vps: u32,
pub write_std_sps: u32,
pub write_std_pps: u32,
pub std_vps_id: u32,
pub std_sps_id: u32,
pub std_pps_id: u32,
}Expand description
VkVideoEncodeH265SessionParametersGetInfoKHR
Provided by VK_KHR_video_encode_h265.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_PARAMETERS_GET_INFO_KHR.
p_next: *const c_voidOptional, may be null.
write_std_vps: u32§write_std_sps: u32§write_std_pps: u32§std_vps_id: u32§std_sps_id: u32§std_pps_id: u32Implementations§
Source§impl VideoEncodeH265SessionParametersGetInfoKHR
impl VideoEncodeH265SessionParametersGetInfoKHR
Sourcepub fn builder<'a>() -> VideoEncodeH265SessionParametersGetInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoEncodeH265SessionParametersGetInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoEncodeH265SessionParametersGetInfoKHR
impl Clone for VideoEncodeH265SessionParametersGetInfoKHR
Source§fn clone(&self) -> VideoEncodeH265SessionParametersGetInfoKHR
fn clone(&self) -> VideoEncodeH265SessionParametersGetInfoKHR
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 moreSource§impl Default for VideoEncodeH265SessionParametersGetInfoKHR
impl Default for VideoEncodeH265SessionParametersGetInfoKHR
Source§fn default() -> VideoEncodeH265SessionParametersGetInfoKHR
fn default() -> VideoEncodeH265SessionParametersGetInfoKHR
Returns the “default value” for a type. Read more
impl Copy for VideoEncodeH265SessionParametersGetInfoKHR
impl ExtendsVideoEncodeSessionParametersGetInfoKHR for VideoEncodeH265SessionParametersGetInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeH265SessionParametersGetInfoKHR
impl RefUnwindSafe for VideoEncodeH265SessionParametersGetInfoKHR
impl !Send for VideoEncodeH265SessionParametersGetInfoKHR
impl !Sync for VideoEncodeH265SessionParametersGetInfoKHR
impl Unpin for VideoEncodeH265SessionParametersGetInfoKHR
impl UnsafeUnpin for VideoEncodeH265SessionParametersGetInfoKHR
impl UnwindSafe for VideoEncodeH265SessionParametersGetInfoKHR
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