pub struct VideoDecodeUsageInfoKHRBuilder<'a> { /* private fields */ }Expand description
Builder for VideoDecodeUsageInfoKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> VideoDecodeUsageInfoKHRBuilder<'a>
impl<'a> VideoDecodeUsageInfoKHRBuilder<'a>
pub fn video_usage_hints(self, value: VideoDecodeUsageFlagsKHR) -> Self
Sourcepub fn push_next<T: ExtendsVideoDecodeUsageInfoKHR>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsVideoDecodeUsageInfoKHR>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See VideoDecodeUsageInfoKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for VideoDecodeUsageInfoKHRBuilder<'a>
impl<'a> Deref for VideoDecodeUsageInfoKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for VideoDecodeUsageInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoDecodeUsageInfoKHRBuilder<'a>
impl<'a> !Send for VideoDecodeUsageInfoKHRBuilder<'a>
impl<'a> !Sync for VideoDecodeUsageInfoKHRBuilder<'a>
impl<'a> Unpin for VideoDecodeUsageInfoKHRBuilder<'a>
impl<'a> UnsafeUnpin for VideoDecodeUsageInfoKHRBuilder<'a>
impl<'a> UnwindSafe for VideoDecodeUsageInfoKHRBuilder<'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