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