#[repr(C)]pub enum VkVideoDecodeCapabilityFlagBitsKHR {
VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_COINCIDE_BIT_KHR = 1,
VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR = 2,
VK_VIDEO_DECODE_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 2_147_483_647,
}Variants§
VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_COINCIDE_BIT_KHR = 1
VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR = 2
VK_VIDEO_DECODE_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 2_147_483_647
Trait Implementations§
Source§impl Clone for VkVideoDecodeCapabilityFlagBitsKHR
impl Clone for VkVideoDecodeCapabilityFlagBitsKHR
Source§fn clone(&self) -> VkVideoDecodeCapabilityFlagBitsKHR
fn clone(&self) -> VkVideoDecodeCapabilityFlagBitsKHR
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 PartialEq for VkVideoDecodeCapabilityFlagBitsKHR
impl PartialEq for VkVideoDecodeCapabilityFlagBitsKHR
Source§fn eq(&self, other: &VkVideoDecodeCapabilityFlagBitsKHR) -> bool
fn eq(&self, other: &VkVideoDecodeCapabilityFlagBitsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VkVideoDecodeCapabilityFlagBitsKHR
impl StructuralPartialEq for VkVideoDecodeCapabilityFlagBitsKHR
Auto Trait Implementations§
impl Freeze for VkVideoDecodeCapabilityFlagBitsKHR
impl RefUnwindSafe for VkVideoDecodeCapabilityFlagBitsKHR
impl Send for VkVideoDecodeCapabilityFlagBitsKHR
impl Sync for VkVideoDecodeCapabilityFlagBitsKHR
impl Unpin for VkVideoDecodeCapabilityFlagBitsKHR
impl UnwindSafe for VkVideoDecodeCapabilityFlagBitsKHR
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