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