[][src]Enum kaldera::ffi::vk::VkSampleCountFlagBits

#[repr(C)]pub enum VkSampleCountFlagBits {
    VK_SAMPLE_COUNT_1_BIT,
    VK_SAMPLE_COUNT_2_BIT,
    VK_SAMPLE_COUNT_4_BIT,
    VK_SAMPLE_COUNT_8_BIT,
    VK_SAMPLE_COUNT_16_BIT,
    VK_SAMPLE_COUNT_32_BIT,
    VK_SAMPLE_COUNT_64_BIT,
    VK_SAMPLE_COUNT_FLAG_BITS_MAX_ENUM,
}

Variants

VK_SAMPLE_COUNT_1_BIT
VK_SAMPLE_COUNT_2_BIT
VK_SAMPLE_COUNT_4_BIT
VK_SAMPLE_COUNT_8_BIT
VK_SAMPLE_COUNT_16_BIT
VK_SAMPLE_COUNT_32_BIT
VK_SAMPLE_COUNT_64_BIT
VK_SAMPLE_COUNT_FLAG_BITS_MAX_ENUM

Trait Implementations

impl Clone for VkSampleCountFlagBits[src]

impl Copy for VkSampleCountFlagBits[src]

impl Debug for VkSampleCountFlagBits[src]

impl Eq for VkSampleCountFlagBits[src]

impl PartialEq<VkSampleCountFlagBits> for VkSampleCountFlagBits[src]

impl StructuralEq for VkSampleCountFlagBits[src]

impl StructuralPartialEq for VkSampleCountFlagBits[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Scalar for T where
    T: PartialEq<T> + Copy + Any + Debug
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,