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], ) -> VideoProfileListInfoKHRBuilder<'a>
Sourcepub fn push_next<T>(self, next: &'a mut T) -> VideoProfileListInfoKHRBuilder<'a>where
T: ExtendsVideoProfileListInfoKHR,
pub fn push_next<T>(self, next: &'a mut T) -> VideoProfileListInfoKHRBuilder<'a>where
T: ExtendsVideoProfileListInfoKHR,
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>
Source§type Target = VideoProfileListInfoKHR
type Target = VideoProfileListInfoKHR
The resulting type after dereferencing.
Source§impl<'a> DerefMut for VideoProfileListInfoKHRBuilder<'a>
impl<'a> DerefMut 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