pub struct VideoEncodeAV1RateControlGroupKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoEncodeAV1RateControlGroupKHR
impl VideoEncodeAV1RateControlGroupKHR
pub const VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_INTRA: Self
pub const VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_PREDICTIVE: Self
pub const VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_BIPREDICTIVE: Self
Trait Implementations§
Source§impl Clone for VideoEncodeAV1RateControlGroupKHR
impl Clone for VideoEncodeAV1RateControlGroupKHR
Source§fn clone(&self) -> VideoEncodeAV1RateControlGroupKHR
fn clone(&self) -> VideoEncodeAV1RateControlGroupKHR
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 Default for VideoEncodeAV1RateControlGroupKHR
impl Default for VideoEncodeAV1RateControlGroupKHR
Source§fn default() -> VideoEncodeAV1RateControlGroupKHR
fn default() -> VideoEncodeAV1RateControlGroupKHR
Returns the “default value” for a type. Read more
Source§impl Ord for VideoEncodeAV1RateControlGroupKHR
impl Ord for VideoEncodeAV1RateControlGroupKHR
Source§fn cmp(&self, other: &VideoEncodeAV1RateControlGroupKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeAV1RateControlGroupKHR) -> 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 VideoEncodeAV1RateControlGroupKHR
impl PartialEq for VideoEncodeAV1RateControlGroupKHR
Source§fn eq(&self, other: &VideoEncodeAV1RateControlGroupKHR) -> bool
fn eq(&self, other: &VideoEncodeAV1RateControlGroupKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoEncodeAV1RateControlGroupKHR
impl PartialOrd for VideoEncodeAV1RateControlGroupKHR
impl Copy for VideoEncodeAV1RateControlGroupKHR
impl Eq for VideoEncodeAV1RateControlGroupKHR
impl StructuralPartialEq for VideoEncodeAV1RateControlGroupKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeAV1RateControlGroupKHR
impl RefUnwindSafe for VideoEncodeAV1RateControlGroupKHR
impl Send for VideoEncodeAV1RateControlGroupKHR
impl Sync for VideoEncodeAV1RateControlGroupKHR
impl Unpin for VideoEncodeAV1RateControlGroupKHR
impl UnwindSafe for VideoEncodeAV1RateControlGroupKHR
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