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