pub struct VideoEncodeAV1QIndexKHRBuilder { /* private fields */ }Expand description
Builder for VideoEncodeAV1QIndexKHR.
Implementations§
Source§impl VideoEncodeAV1QIndexKHRBuilder
impl VideoEncodeAV1QIndexKHRBuilder
pub fn intra_q_index(self, value: u32) -> VideoEncodeAV1QIndexKHRBuilder
pub fn predictive_q_index(self, value: u32) -> VideoEncodeAV1QIndexKHRBuilder
pub fn bipredictive_q_index(self, value: u32) -> VideoEncodeAV1QIndexKHRBuilder
Trait Implementations§
Source§impl Deref for VideoEncodeAV1QIndexKHRBuilder
impl Deref for VideoEncodeAV1QIndexKHRBuilder
Source§type Target = VideoEncodeAV1QIndexKHR
type Target = VideoEncodeAV1QIndexKHR
The resulting type after dereferencing.
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