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