#[repr(C)]pub enum VkVideoEncodeAV1RateControlGroupKHR {
VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_INTRA_KHR = 0,
VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_PREDICTIVE_KHR = 1,
VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_BIPREDICTIVE_KHR = 2,
VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_MAX_ENUM_KHR = 2_147_483_647,
}Expand description
enum VkVideoEncodeAV1RateControlGroupKHR from VK_KHR_video_encode_av1
Variants§
VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_INTRA_KHR = 0
VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_PREDICTIVE_KHR = 1
VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_BIPREDICTIVE_KHR = 2
VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_MAX_ENUM_KHR = 2_147_483_647
Trait Implementations§
Source§impl Clone for VkVideoEncodeAV1RateControlGroupKHR
impl Clone for VkVideoEncodeAV1RateControlGroupKHR
Source§fn clone(&self) -> VkVideoEncodeAV1RateControlGroupKHR
fn clone(&self) -> VkVideoEncodeAV1RateControlGroupKHR
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 VkVideoEncodeAV1RateControlGroupKHR
impl Eq for VkVideoEncodeAV1RateControlGroupKHR
Source§impl Ord for VkVideoEncodeAV1RateControlGroupKHR
impl Ord for VkVideoEncodeAV1RateControlGroupKHR
Source§fn cmp(&self, other: &VkVideoEncodeAV1RateControlGroupKHR) -> Ordering
fn cmp(&self, other: &VkVideoEncodeAV1RateControlGroupKHR) -> 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 VkVideoEncodeAV1RateControlGroupKHR
impl PartialOrd for VkVideoEncodeAV1RateControlGroupKHR
impl StructuralPartialEq for VkVideoEncodeAV1RateControlGroupKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeAV1RateControlGroupKHR
impl RefUnwindSafe for VkVideoEncodeAV1RateControlGroupKHR
impl Send for VkVideoEncodeAV1RateControlGroupKHR
impl Sync for VkVideoEncodeAV1RateControlGroupKHR
impl Unpin for VkVideoEncodeAV1RateControlGroupKHR
impl UnsafeUnpin for VkVideoEncodeAV1RateControlGroupKHR
impl UnwindSafe for VkVideoEncodeAV1RateControlGroupKHR
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