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
pub const fn from_raw(value: i32) -> Self
pub const fn as_raw(self) -> i32
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 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 Error for VideoEncodeAV1PredictionModeKHR
impl Error for VideoEncodeAV1PredictionModeKHR
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 UnsafeUnpin 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