[][src]Struct ash::vk::DescriptorPoolCreateFlags

#[repr(transparent)]pub struct DescriptorPoolCreateFlags(_);

Implementations

impl DescriptorPoolCreateFlags[src]

pub const fn empty() -> DescriptorPoolCreateFlags[src]

pub const fn all() -> DescriptorPoolCreateFlags[src]

pub const fn from_raw(x: Flags) -> Self[src]

pub const fn as_raw(self) -> Flags[src]

pub fn is_empty(self) -> bool[src]

pub fn is_all(self) -> bool[src]

pub fn intersects(self, other: DescriptorPoolCreateFlags) -> bool[src]

pub fn contains(self, other: DescriptorPoolCreateFlags) -> bool[src]

Returns whether other is a subset of self

impl DescriptorPoolCreateFlags[src]

pub const FREE_DESCRIPTOR_SET: Self[src]

Descriptor sets may be freed individually

impl DescriptorPoolCreateFlags[src]

Generated from 'VK_EXT_descriptor_indexing'

impl DescriptorPoolCreateFlags[src]

Generated from 'VK_VERSION_1_2'

pub const UPDATE_AFTER_BIND: Self[src]

Trait Implementations

impl BitAnd<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags[src]

type Output = DescriptorPoolCreateFlags

The resulting type after applying the & operator.

impl BitAndAssign<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags[src]

impl BitOr<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags[src]

type Output = DescriptorPoolCreateFlags

The resulting type after applying the | operator.

impl BitOrAssign<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags[src]

impl BitXor<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags[src]

type Output = DescriptorPoolCreateFlags

The resulting type after applying the ^ operator.

impl BitXorAssign<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags[src]

impl Clone for DescriptorPoolCreateFlags[src]

impl Copy for DescriptorPoolCreateFlags[src]

impl Debug for DescriptorPoolCreateFlags[src]

impl Default for DescriptorPoolCreateFlags[src]

impl Eq for DescriptorPoolCreateFlags[src]

impl Hash for DescriptorPoolCreateFlags[src]

impl Not for DescriptorPoolCreateFlags[src]

type Output = DescriptorPoolCreateFlags

The resulting type after applying the ! operator.

impl Ord for DescriptorPoolCreateFlags[src]

impl PartialEq<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags[src]

impl PartialOrd<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags[src]

impl StructuralEq for DescriptorPoolCreateFlags[src]

impl StructuralPartialEq for DescriptorPoolCreateFlags[src]

impl Sub<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags[src]

type Output = DescriptorPoolCreateFlags

The resulting type after applying the - operator.

impl SubAssign<DescriptorPoolCreateFlags> for DescriptorPoolCreateFlags[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.