#[repr(C)]pub struct VideoDecodeH265InlineSessionParametersInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_std_vps: *const StdVideoH265VideoParameterSet,
pub p_std_sps: *const StdVideoH265SequenceParameterSet,
pub p_std_pps: *const StdVideoH265PictureParameterSet,
}Expand description
VkVideoDecodeH265InlineSessionParametersInfoKHR
Provided by VK_KHR_video_maintenance2.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_INLINE_SESSION_PARAMETERS_INFO_KHR.
p_next: *const c_voidOptional, may be null.
p_std_vps: *const StdVideoH265VideoParameterSetOptional, may be null.
p_std_sps: *const StdVideoH265SequenceParameterSetOptional, may be null.
p_std_pps: *const StdVideoH265PictureParameterSetOptional, may be null.
Implementations§
Source§impl VideoDecodeH265InlineSessionParametersInfoKHR
impl VideoDecodeH265InlineSessionParametersInfoKHR
Sourcepub fn builder<'a>() -> VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoDecodeH265InlineSessionParametersInfoKHR
impl Clone for VideoDecodeH265InlineSessionParametersInfoKHR
Source§fn clone(&self) -> VideoDecodeH265InlineSessionParametersInfoKHR
fn clone(&self) -> VideoDecodeH265InlineSessionParametersInfoKHR
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 VideoDecodeH265InlineSessionParametersInfoKHR
impl ExtendsVideoDecodeInfoKHR for VideoDecodeH265InlineSessionParametersInfoKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeH265InlineSessionParametersInfoKHR
impl RefUnwindSafe for VideoDecodeH265InlineSessionParametersInfoKHR
impl !Send for VideoDecodeH265InlineSessionParametersInfoKHR
impl !Sync for VideoDecodeH265InlineSessionParametersInfoKHR
impl Unpin for VideoDecodeH265InlineSessionParametersInfoKHR
impl UnsafeUnpin for VideoDecodeH265InlineSessionParametersInfoKHR
impl UnwindSafe for VideoDecodeH265InlineSessionParametersInfoKHR
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