#[repr(C)]pub enum VkVideoEncodeAV1PredictionModeKHR {
VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_INTRA_ONLY_KHR = 0,
VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_SINGLE_REFERENCE_KHR = 1,
VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_UNIDIRECTIONAL_COMPOUND_KHR = 2,
VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_BIDIRECTIONAL_COMPOUND_KHR = 3,
VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_MAX_ENUM_KHR = 2_147_483_647,
}Expand description
enum VkVideoEncodeAV1PredictionModeKHR from VK_KHR_video_encode_av1
Variants§
VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_INTRA_ONLY_KHR = 0
VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_SINGLE_REFERENCE_KHR = 1
VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_UNIDIRECTIONAL_COMPOUND_KHR = 2
VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_BIDIRECTIONAL_COMPOUND_KHR = 3
VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_MAX_ENUM_KHR = 2_147_483_647
Trait Implementations§
Source§impl Clone for VkVideoEncodeAV1PredictionModeKHR
impl Clone for VkVideoEncodeAV1PredictionModeKHR
Source§fn clone(&self) -> VkVideoEncodeAV1PredictionModeKHR
fn clone(&self) -> VkVideoEncodeAV1PredictionModeKHR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkVideoEncodeAV1PredictionModeKHR
impl Eq for VkVideoEncodeAV1PredictionModeKHR
Source§impl Ord for VkVideoEncodeAV1PredictionModeKHR
impl Ord for VkVideoEncodeAV1PredictionModeKHR
Source§fn cmp(&self, other: &VkVideoEncodeAV1PredictionModeKHR) -> Ordering
fn cmp(&self, other: &VkVideoEncodeAV1PredictionModeKHR) -> Ordering
1.21.0 (const: unstable) · 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 PartialOrd for VkVideoEncodeAV1PredictionModeKHR
impl PartialOrd for VkVideoEncodeAV1PredictionModeKHR
impl StructuralPartialEq for VkVideoEncodeAV1PredictionModeKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeAV1PredictionModeKHR
impl RefUnwindSafe for VkVideoEncodeAV1PredictionModeKHR
impl Send for VkVideoEncodeAV1PredictionModeKHR
impl Sync for VkVideoEncodeAV1PredictionModeKHR
impl Unpin for VkVideoEncodeAV1PredictionModeKHR
impl UnsafeUnpin for VkVideoEncodeAV1PredictionModeKHR
impl UnwindSafe for VkVideoEncodeAV1PredictionModeKHR
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