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