[][src]Struct ash::vk::DescriptorSetLayoutCreateFlags

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

Implementations

impl DescriptorSetLayoutCreateFlags[src]

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

pub const fn all() -> DescriptorSetLayoutCreateFlags[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: DescriptorSetLayoutCreateFlags) -> bool[src]

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

Returns whether other is a subset of self

impl DescriptorSetLayoutCreateFlags[src]

Generated from 'VK_KHR_push_descriptor'

pub const PUSH_DESCRIPTOR_KHR: Self[src]

impl DescriptorSetLayoutCreateFlags[src]

Generated from 'VK_EXT_descriptor_indexing'

impl DescriptorSetLayoutCreateFlags[src]

Generated from 'VK_VERSION_1_2'

Trait Implementations

impl BitAnd<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

type Output = DescriptorSetLayoutCreateFlags

The resulting type after applying the & operator.

impl BitAndAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

impl BitOr<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

type Output = DescriptorSetLayoutCreateFlags

The resulting type after applying the | operator.

impl BitOrAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

impl BitXor<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

type Output = DescriptorSetLayoutCreateFlags

The resulting type after applying the ^ operator.

impl BitXorAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

impl Clone for DescriptorSetLayoutCreateFlags[src]

impl Copy for DescriptorSetLayoutCreateFlags[src]

impl Debug for DescriptorSetLayoutCreateFlags[src]

impl Default for DescriptorSetLayoutCreateFlags[src]

impl Eq for DescriptorSetLayoutCreateFlags[src]

impl Hash for DescriptorSetLayoutCreateFlags[src]

impl Not for DescriptorSetLayoutCreateFlags[src]

type Output = DescriptorSetLayoutCreateFlags

The resulting type after applying the ! operator.

impl Ord for DescriptorSetLayoutCreateFlags[src]

impl PartialEq<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

impl PartialOrd<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

impl StructuralEq for DescriptorSetLayoutCreateFlags[src]

impl StructuralPartialEq for DescriptorSetLayoutCreateFlags[src]

impl Sub<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

type Output = DescriptorSetLayoutCreateFlags

The resulting type after applying the - operator.

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