pub struct VideoSessionParametersCreateInfoKHRBuilder<'a> { /* private fields */ }Expand description
Builder for VideoSessionParametersCreateInfoKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> VideoSessionParametersCreateInfoKHRBuilder<'a>
impl<'a> VideoSessionParametersCreateInfoKHRBuilder<'a>
pub fn flags( self, value: VideoSessionParametersCreateFlagBitsKHR, ) -> VideoSessionParametersCreateInfoKHRBuilder<'a>
pub fn video_session_parameters_template( self, value: VideoSessionParametersKHR, ) -> VideoSessionParametersCreateInfoKHRBuilder<'a>
pub fn video_session( self, value: VideoSessionKHR, ) -> VideoSessionParametersCreateInfoKHRBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> VideoSessionParametersCreateInfoKHRBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> VideoSessionParametersCreateInfoKHRBuilder<'a>
Prepend a struct to the pNext chain. See VideoSessionParametersCreateInfoKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for VideoSessionParametersCreateInfoKHRBuilder<'a>
impl<'a> Deref for VideoSessionParametersCreateInfoKHRBuilder<'a>
Source§type Target = VideoSessionParametersCreateInfoKHR
type Target = VideoSessionParametersCreateInfoKHR
The resulting type after dereferencing.
Source§impl<'a> DerefMut for VideoSessionParametersCreateInfoKHRBuilder<'a>
impl<'a> DerefMut for VideoSessionParametersCreateInfoKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for VideoSessionParametersCreateInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoSessionParametersCreateInfoKHRBuilder<'a>
impl<'a> !Send for VideoSessionParametersCreateInfoKHRBuilder<'a>
impl<'a> !Sync for VideoSessionParametersCreateInfoKHRBuilder<'a>
impl<'a> Unpin for VideoSessionParametersCreateInfoKHRBuilder<'a>
impl<'a> UnsafeUnpin for VideoSessionParametersCreateInfoKHRBuilder<'a>
impl<'a> UnwindSafe for VideoSessionParametersCreateInfoKHRBuilder<'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