pub struct VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a> { /* private fields */ }Expand description
Builder for VideoDecodeH265InlineSessionParametersInfoKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
impl<'a> VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
pub fn std_vps( self, value: *const StdVideoH265VideoParameterSet, ) -> VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
pub fn std_sps( self, value: *const StdVideoH265SequenceParameterSet, ) -> VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
pub fn std_pps( self, value: *const StdVideoH265PictureParameterSet, ) -> VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
Prepend a struct to the pNext chain. See VideoDecodeH265InlineSessionParametersInfoKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
impl<'a> Deref for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
Source§type Target = VideoDecodeH265InlineSessionParametersInfoKHR
type Target = VideoDecodeH265InlineSessionParametersInfoKHR
The resulting type after dereferencing.
Source§impl<'a> DerefMut for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
impl<'a> DerefMut for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> !Send for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
impl<'a> !Sync for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
impl<'a> Freeze for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
impl<'a> Unpin for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
impl<'a> UnsafeUnpin for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
impl<'a> UnwindSafe for VideoDecodeH265InlineSessionParametersInfoKHRBuilder<'a>
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