pub struct VideoEncodeAV1RateControlFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoEncodeAV1RateControlFlagsKHR
impl VideoEncodeAV1RateControlFlagsKHR
Source§impl VideoEncodeAV1RateControlFlagsKHR
impl VideoEncodeAV1RateControlFlagsKHR
pub const REGULAR_GOP: Self
pub const TEMPORAL_LAYER_PATTERN_DYADIC: Self
pub const REFERENCE_PATTERN_FLAT: Self
pub const REFERENCE_PATTERN_DYADIC: Self
Trait Implementations§
Source§impl BitAndAssign for VideoEncodeAV1RateControlFlagsKHR
impl BitAndAssign for VideoEncodeAV1RateControlFlagsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for VideoEncodeAV1RateControlFlagsKHR
impl BitOrAssign for VideoEncodeAV1RateControlFlagsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for VideoEncodeAV1RateControlFlagsKHR
impl BitXorAssign for VideoEncodeAV1RateControlFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for VideoEncodeAV1RateControlFlagsKHR
impl Clone for VideoEncodeAV1RateControlFlagsKHR
Source§fn clone(&self) -> VideoEncodeAV1RateControlFlagsKHR
fn clone(&self) -> VideoEncodeAV1RateControlFlagsKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VideoEncodeAV1RateControlFlagsKHR
Available on crate feature debug only.
impl Debug for VideoEncodeAV1RateControlFlagsKHR
Available on crate feature
debug only.Source§impl Ord for VideoEncodeAV1RateControlFlagsKHR
impl Ord for VideoEncodeAV1RateControlFlagsKHR
Source§fn cmp(&self, other: &VideoEncodeAV1RateControlFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeAV1RateControlFlagsKHR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VideoEncodeAV1RateControlFlagsKHR
impl PartialEq for VideoEncodeAV1RateControlFlagsKHR
Source§fn eq(&self, other: &VideoEncodeAV1RateControlFlagsKHR) -> bool
fn eq(&self, other: &VideoEncodeAV1RateControlFlagsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoEncodeAV1RateControlFlagsKHR
impl PartialOrd for VideoEncodeAV1RateControlFlagsKHR
impl Copy for VideoEncodeAV1RateControlFlagsKHR
impl Eq for VideoEncodeAV1RateControlFlagsKHR
impl StructuralPartialEq for VideoEncodeAV1RateControlFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeAV1RateControlFlagsKHR
impl RefUnwindSafe for VideoEncodeAV1RateControlFlagsKHR
impl Send for VideoEncodeAV1RateControlFlagsKHR
impl Sync for VideoEncodeAV1RateControlFlagsKHR
impl Unpin for VideoEncodeAV1RateControlFlagsKHR
impl UnwindSafe for VideoEncodeAV1RateControlFlagsKHR
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