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