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