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