[][src]Struct vulkan_raw::VkPipelineCacheCreateFlags

#[repr(transparent)]
pub struct VkPipelineCacheCreateFlags(pub u32);

Methods

impl VkPipelineCacheCreateFlags[src]

Trait Implementations

impl BitAnd<VkPipelineCacheCreateFlags> for VkPipelineCacheCreateFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<VkPipelineCacheCreateFlags> for u32[src]

type Output = VkPipelineCacheCreateFlags

The resulting type after applying the & operator.

impl BitAnd<u32> for VkPipelineCacheCreateFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<VkPipelineCacheCreateFlags> for VkPipelineCacheCreateFlags[src]

impl BitAndAssign<VkPipelineCacheCreateFlags> for u32[src]

impl BitAndAssign<u32> for VkPipelineCacheCreateFlags[src]

impl BitOr<VkPipelineCacheCreateFlags> for VkPipelineCacheCreateFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<VkPipelineCacheCreateFlags> for u32[src]

type Output = VkPipelineCacheCreateFlags

The resulting type after applying the | operator.

impl BitOr<u32> for VkPipelineCacheCreateFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<VkPipelineCacheCreateFlags> for VkPipelineCacheCreateFlags[src]

impl BitOrAssign<VkPipelineCacheCreateFlags> for u32[src]

impl BitOrAssign<u32> for VkPipelineCacheCreateFlags[src]

impl BitXor<VkPipelineCacheCreateFlags> for VkPipelineCacheCreateFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<VkPipelineCacheCreateFlags> for u32[src]

type Output = VkPipelineCacheCreateFlags

The resulting type after applying the ^ operator.

impl BitXor<u32> for VkPipelineCacheCreateFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<VkPipelineCacheCreateFlags> for VkPipelineCacheCreateFlags[src]

impl BitXorAssign<VkPipelineCacheCreateFlags> for u32[src]

impl BitXorAssign<u32> for VkPipelineCacheCreateFlags[src]

impl Clone for VkPipelineCacheCreateFlags[src]

impl Copy for VkPipelineCacheCreateFlags[src]

impl Debug for VkPipelineCacheCreateFlags[src]

impl Default for VkPipelineCacheCreateFlags[src]

impl Eq for VkPipelineCacheCreateFlags[src]

impl Hash for VkPipelineCacheCreateFlags[src]

impl Not for VkPipelineCacheCreateFlags[src]

type Output = VkPipelineCacheCreateFlags

The resulting type after applying the ! operator.

impl Ord for VkPipelineCacheCreateFlags[src]

impl PartialEq<VkPipelineCacheCreateFlags> for VkPipelineCacheCreateFlags[src]

impl PartialEq<VkPipelineCacheCreateFlags> for u32[src]

impl PartialEq<u32> for VkPipelineCacheCreateFlags[src]

impl PartialOrd<VkPipelineCacheCreateFlags> for VkPipelineCacheCreateFlags[src]

impl StructuralEq for VkPipelineCacheCreateFlags[src]

impl StructuralPartialEq for VkPipelineCacheCreateFlags[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> 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.