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