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