pub struct VideoEncodeAV1PictureInfoKHRBuilder<'a> { /* private fields */ }Expand description
Builder for VideoEncodeAV1PictureInfoKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> VideoEncodeAV1PictureInfoKHRBuilder<'a>
impl<'a> VideoEncodeAV1PictureInfoKHRBuilder<'a>
pub fn prediction_mode(self, value: VideoEncodeAV1PredictionModeKHR) -> Self
pub fn rate_control_group( self, value: VideoEncodeAV1RateControlGroupKHR, ) -> Self
pub fn constant_q_index(self, value: u32) -> Self
pub fn std_picture_info( self, value: *const StdVideoEncodeAV1PictureInfo, ) -> Self
pub fn reference_name_slot_indices(self, value: [i32; 7]) -> Self
pub fn primary_reference_cdf_only(self, value: bool) -> Self
pub fn generate_obu_extension_header(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsVideoEncodeAV1PictureInfoKHR>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsVideoEncodeAV1PictureInfoKHR>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See VideoEncodeAV1PictureInfoKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for VideoEncodeAV1PictureInfoKHRBuilder<'a>
impl<'a> Deref for VideoEncodeAV1PictureInfoKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for VideoEncodeAV1PictureInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoEncodeAV1PictureInfoKHRBuilder<'a>
impl<'a> !Send for VideoEncodeAV1PictureInfoKHRBuilder<'a>
impl<'a> !Sync for VideoEncodeAV1PictureInfoKHRBuilder<'a>
impl<'a> Unpin for VideoEncodeAV1PictureInfoKHRBuilder<'a>
impl<'a> UnsafeUnpin for VideoEncodeAV1PictureInfoKHRBuilder<'a>
impl<'a> UnwindSafe for VideoEncodeAV1PictureInfoKHRBuilder<'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