#[repr(C)]pub struct VideoDecodeH264InlineSessionParametersInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_std_sps: *const StdVideoH264SequenceParameterSet,
pub p_std_pps: *const StdVideoH264PictureParameterSet,
}Expand description
VkVideoDecodeH264InlineSessionParametersInfoKHR
Provided by VK_KHR_video_maintenance2.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_INLINE_SESSION_PARAMETERS_INFO_KHR.
p_next: *const c_voidOptional, may be null.
p_std_sps: *const StdVideoH264SequenceParameterSetOptional, may be null.
p_std_pps: *const StdVideoH264PictureParameterSetOptional, may be null.
Implementations§
Source§impl VideoDecodeH264InlineSessionParametersInfoKHR
impl VideoDecodeH264InlineSessionParametersInfoKHR
Sourcepub fn builder<'a>() -> VideoDecodeH264InlineSessionParametersInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoDecodeH264InlineSessionParametersInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoDecodeH264InlineSessionParametersInfoKHR
impl Clone for VideoDecodeH264InlineSessionParametersInfoKHR
Source§fn clone(&self) -> VideoDecodeH264InlineSessionParametersInfoKHR
fn clone(&self) -> VideoDecodeH264InlineSessionParametersInfoKHR
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 VideoDecodeH264InlineSessionParametersInfoKHR
impl Default for VideoDecodeH264InlineSessionParametersInfoKHR
Source§fn default() -> VideoDecodeH264InlineSessionParametersInfoKHR
fn default() -> VideoDecodeH264InlineSessionParametersInfoKHR
Returns the “default value” for a type. Read more
impl Copy for VideoDecodeH264InlineSessionParametersInfoKHR
impl ExtendsVideoDecodeInfoKHR for VideoDecodeH264InlineSessionParametersInfoKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeH264InlineSessionParametersInfoKHR
impl RefUnwindSafe for VideoDecodeH264InlineSessionParametersInfoKHR
impl !Send for VideoDecodeH264InlineSessionParametersInfoKHR
impl !Sync for VideoDecodeH264InlineSessionParametersInfoKHR
impl Unpin for VideoDecodeH264InlineSessionParametersInfoKHR
impl UnsafeUnpin for VideoDecodeH264InlineSessionParametersInfoKHR
impl UnwindSafe for VideoDecodeH264InlineSessionParametersInfoKHR
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