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: VideoSessionParametersCreateFlagsKHR) -> Self
pub fn video_session_parameters_template( self, value: VideoSessionParametersKHR, ) -> Self
pub fn video_session(self, value: VideoSessionKHR) -> Self
Sourcepub fn push_next<T: ExtendsVideoSessionParametersCreateInfoKHR>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsVideoSessionParametersCreateInfoKHR>( self, next: &'a mut T, ) -> Self
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>
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