[][src]Struct vulkan_raw::VkImageCreateFlags

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

Methods

impl VkImageCreateFlags[src]

Trait Implementations

impl BitAnd<VkImageCreateFlags> for VkImageCreateFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<VkImageCreateFlags> for u32[src]

type Output = VkImageCreateFlags

The resulting type after applying the & operator.

impl BitAnd<u32> for VkImageCreateFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<VkImageCreateFlags> for VkImageCreateFlags[src]

impl BitAndAssign<VkImageCreateFlags> for u32[src]

impl BitAndAssign<u32> for VkImageCreateFlags[src]

impl BitOr<VkImageCreateFlags> for VkImageCreateFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<VkImageCreateFlags> for u32[src]

type Output = VkImageCreateFlags

The resulting type after applying the | operator.

impl BitOr<u32> for VkImageCreateFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<VkImageCreateFlags> for VkImageCreateFlags[src]

impl BitOrAssign<VkImageCreateFlags> for u32[src]

impl BitOrAssign<u32> for VkImageCreateFlags[src]

impl BitXor<VkImageCreateFlags> for VkImageCreateFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<VkImageCreateFlags> for u32[src]

type Output = VkImageCreateFlags

The resulting type after applying the ^ operator.

impl BitXor<u32> for VkImageCreateFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<VkImageCreateFlags> for VkImageCreateFlags[src]

impl BitXorAssign<VkImageCreateFlags> for u32[src]

impl BitXorAssign<u32> for VkImageCreateFlags[src]

impl Clone for VkImageCreateFlags[src]

impl Copy for VkImageCreateFlags[src]

impl Debug for VkImageCreateFlags[src]

impl Default for VkImageCreateFlags[src]

impl Eq for VkImageCreateFlags[src]

impl Hash for VkImageCreateFlags[src]

impl Not for VkImageCreateFlags[src]

type Output = VkImageCreateFlags

The resulting type after applying the ! operator.

impl Ord for VkImageCreateFlags[src]

impl PartialEq<VkImageCreateFlags> for VkImageCreateFlags[src]

impl PartialEq<VkImageCreateFlags> for u32[src]

impl PartialEq<u32> for VkImageCreateFlags[src]

impl PartialOrd<VkImageCreateFlags> for VkImageCreateFlags[src]

impl StructuralEq for VkImageCreateFlags[src]

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