[][src]Struct vulkan_raw::VkDescriptorPoolResetFlags

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

Methods

impl VkDescriptorPoolResetFlags[src]

Trait Implementations

impl BitAnd<VkDescriptorPoolResetFlags> for VkDescriptorPoolResetFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<VkDescriptorPoolResetFlags> for u32[src]

type Output = VkDescriptorPoolResetFlags

The resulting type after applying the & operator.

impl BitAnd<u32> for VkDescriptorPoolResetFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<VkDescriptorPoolResetFlags> for VkDescriptorPoolResetFlags[src]

impl BitAndAssign<VkDescriptorPoolResetFlags> for u32[src]

impl BitAndAssign<u32> for VkDescriptorPoolResetFlags[src]

impl BitOr<VkDescriptorPoolResetFlags> for VkDescriptorPoolResetFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<VkDescriptorPoolResetFlags> for u32[src]

type Output = VkDescriptorPoolResetFlags

The resulting type after applying the | operator.

impl BitOr<u32> for VkDescriptorPoolResetFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<VkDescriptorPoolResetFlags> for VkDescriptorPoolResetFlags[src]

impl BitOrAssign<VkDescriptorPoolResetFlags> for u32[src]

impl BitOrAssign<u32> for VkDescriptorPoolResetFlags[src]

impl BitXor<VkDescriptorPoolResetFlags> for VkDescriptorPoolResetFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<VkDescriptorPoolResetFlags> for u32[src]

type Output = VkDescriptorPoolResetFlags

The resulting type after applying the ^ operator.

impl BitXor<u32> for VkDescriptorPoolResetFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<VkDescriptorPoolResetFlags> for VkDescriptorPoolResetFlags[src]

impl BitXorAssign<VkDescriptorPoolResetFlags> for u32[src]

impl BitXorAssign<u32> for VkDescriptorPoolResetFlags[src]

impl Clone for VkDescriptorPoolResetFlags[src]

impl Copy for VkDescriptorPoolResetFlags[src]

impl Debug for VkDescriptorPoolResetFlags[src]

impl Default for VkDescriptorPoolResetFlags[src]

impl Eq for VkDescriptorPoolResetFlags[src]

impl Hash for VkDescriptorPoolResetFlags[src]

impl Not for VkDescriptorPoolResetFlags[src]

type Output = VkDescriptorPoolResetFlags

The resulting type after applying the ! operator.

impl Ord for VkDescriptorPoolResetFlags[src]

impl PartialEq<VkDescriptorPoolResetFlags> for VkDescriptorPoolResetFlags[src]

impl PartialEq<VkDescriptorPoolResetFlags> for u32[src]

impl PartialEq<u32> for VkDescriptorPoolResetFlags[src]

impl PartialOrd<VkDescriptorPoolResetFlags> for VkDescriptorPoolResetFlags[src]

impl StructuralEq for VkDescriptorPoolResetFlags[src]

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