[][src]Struct vulkan_raw::VkImageViewCreateFlags

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

Methods

impl VkImageViewCreateFlags[src]

Trait Implementations

impl BitAnd<VkImageViewCreateFlags> for VkImageViewCreateFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<VkImageViewCreateFlags> for u32[src]

type Output = VkImageViewCreateFlags

The resulting type after applying the & operator.

impl BitAnd<u32> for VkImageViewCreateFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<VkImageViewCreateFlags> for VkImageViewCreateFlags[src]

impl BitAndAssign<VkImageViewCreateFlags> for u32[src]

impl BitAndAssign<u32> for VkImageViewCreateFlags[src]

impl BitOr<VkImageViewCreateFlags> for VkImageViewCreateFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<VkImageViewCreateFlags> for u32[src]

type Output = VkImageViewCreateFlags

The resulting type after applying the | operator.

impl BitOr<u32> for VkImageViewCreateFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<VkImageViewCreateFlags> for VkImageViewCreateFlags[src]

impl BitOrAssign<VkImageViewCreateFlags> for u32[src]

impl BitOrAssign<u32> for VkImageViewCreateFlags[src]

impl BitXor<VkImageViewCreateFlags> for VkImageViewCreateFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<VkImageViewCreateFlags> for u32[src]

type Output = VkImageViewCreateFlags

The resulting type after applying the ^ operator.

impl BitXor<u32> for VkImageViewCreateFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<VkImageViewCreateFlags> for VkImageViewCreateFlags[src]

impl BitXorAssign<VkImageViewCreateFlags> for u32[src]

impl BitXorAssign<u32> for VkImageViewCreateFlags[src]

impl Clone for VkImageViewCreateFlags[src]

impl Copy for VkImageViewCreateFlags[src]

impl Debug for VkImageViewCreateFlags[src]

impl Default for VkImageViewCreateFlags[src]

impl Eq for VkImageViewCreateFlags[src]

impl Hash for VkImageViewCreateFlags[src]

impl Not for VkImageViewCreateFlags[src]

type Output = VkImageViewCreateFlags

The resulting type after applying the ! operator.

impl Ord for VkImageViewCreateFlags[src]

impl PartialEq<VkImageViewCreateFlags> for VkImageViewCreateFlags[src]

impl PartialEq<VkImageViewCreateFlags> for u32[src]

impl PartialEq<u32> for VkImageViewCreateFlags[src]

impl PartialOrd<VkImageViewCreateFlags> for VkImageViewCreateFlags[src]

impl StructuralEq for VkImageViewCreateFlags[src]

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