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