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