pub struct VideoEncodeAV1FrameSizeKHRBuilder { /* private fields */ }Expand description
Builder for VideoEncodeAV1FrameSizeKHR.
Implementations§
Source§impl VideoEncodeAV1FrameSizeKHRBuilder
impl VideoEncodeAV1FrameSizeKHRBuilder
pub fn intra_frame_size(self, value: u32) -> Self
pub fn predictive_frame_size(self, value: u32) -> Self
pub fn bipredictive_frame_size(self, value: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VideoEncodeAV1FrameSizeKHRBuilder
impl RefUnwindSafe for VideoEncodeAV1FrameSizeKHRBuilder
impl Send for VideoEncodeAV1FrameSizeKHRBuilder
impl Sync for VideoEncodeAV1FrameSizeKHRBuilder
impl Unpin for VideoEncodeAV1FrameSizeKHRBuilder
impl UnsafeUnpin for VideoEncodeAV1FrameSizeKHRBuilder
impl UnwindSafe for VideoEncodeAV1FrameSizeKHRBuilder
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