[][src]Struct vulkan_raw::VkFramebufferCreateFlags

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

Methods

impl VkFramebufferCreateFlags[src]

Trait Implementations

impl BitAnd<VkFramebufferCreateFlags> for VkFramebufferCreateFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<VkFramebufferCreateFlags> for u32[src]

type Output = VkFramebufferCreateFlags

The resulting type after applying the & operator.

impl BitAnd<u32> for VkFramebufferCreateFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<VkFramebufferCreateFlags> for VkFramebufferCreateFlags[src]

impl BitAndAssign<VkFramebufferCreateFlags> for u32[src]

impl BitAndAssign<u32> for VkFramebufferCreateFlags[src]

impl BitOr<VkFramebufferCreateFlags> for VkFramebufferCreateFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<VkFramebufferCreateFlags> for u32[src]

type Output = VkFramebufferCreateFlags

The resulting type after applying the | operator.

impl BitOr<u32> for VkFramebufferCreateFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<VkFramebufferCreateFlags> for VkFramebufferCreateFlags[src]

impl BitOrAssign<VkFramebufferCreateFlags> for u32[src]

impl BitOrAssign<u32> for VkFramebufferCreateFlags[src]

impl BitXor<VkFramebufferCreateFlags> for VkFramebufferCreateFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<VkFramebufferCreateFlags> for u32[src]

type Output = VkFramebufferCreateFlags

The resulting type after applying the ^ operator.

impl BitXor<u32> for VkFramebufferCreateFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<VkFramebufferCreateFlags> for VkFramebufferCreateFlags[src]

impl BitXorAssign<VkFramebufferCreateFlags> for u32[src]

impl BitXorAssign<u32> for VkFramebufferCreateFlags[src]

impl Clone for VkFramebufferCreateFlags[src]

impl Copy for VkFramebufferCreateFlags[src]

impl Debug for VkFramebufferCreateFlags[src]

impl Default for VkFramebufferCreateFlags[src]

impl Eq for VkFramebufferCreateFlags[src]

impl Hash for VkFramebufferCreateFlags[src]

impl Not for VkFramebufferCreateFlags[src]

type Output = VkFramebufferCreateFlags

The resulting type after applying the ! operator.

impl Ord for VkFramebufferCreateFlags[src]

impl PartialEq<VkFramebufferCreateFlags> for VkFramebufferCreateFlags[src]

impl PartialEq<VkFramebufferCreateFlags> for u32[src]

impl PartialEq<u32> for VkFramebufferCreateFlags[src]

impl PartialOrd<VkFramebufferCreateFlags> for VkFramebufferCreateFlags[src]

impl StructuralEq for VkFramebufferCreateFlags[src]

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