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