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