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

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

https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/VkDescriptorSetLayoutCreateFlagBits.html

Methods

impl DescriptorSetLayoutCreateFlags[src]

pub fn empty() -> DescriptorSetLayoutCreateFlags[src]

pub fn all() -> DescriptorSetLayoutCreateFlags[src]

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

pub 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'

pub const UPDATE_AFTER_BIND_POOL_EXT: Self[src]

Trait Implementations

impl Copy for DescriptorSetLayoutCreateFlags[src]

impl Default for DescriptorSetLayoutCreateFlags[src]

impl Eq for DescriptorSetLayoutCreateFlags[src]

impl Clone for DescriptorSetLayoutCreateFlags[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialOrd<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

impl PartialEq<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

impl Ord for DescriptorSetLayoutCreateFlags[src]

fn max(self, other: Self) -> Self1.21.0[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self1.21.0[src]

Compares and returns the minimum of two values. Read more

fn clamp(self, min: Self, max: Self) -> Self[src]

🔬 This is a nightly-only experimental API. (clamp)

Restrict a value to a certain interval. Read more

impl Hash for DescriptorSetLayoutCreateFlags[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug 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]

impl Not for DescriptorSetLayoutCreateFlags[src]

type Output = DescriptorSetLayoutCreateFlags

The resulting type after applying the ! operator.

impl BitAnd<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

type Output = DescriptorSetLayoutCreateFlags

The resulting type after applying the & operator.

impl BitOr<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

type Output = DescriptorSetLayoutCreateFlags

The resulting type after applying the | operator.

impl BitXor<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

type Output = DescriptorSetLayoutCreateFlags

The resulting type after applying the ^ operator.

impl BitAndAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

impl BitOrAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

impl BitXorAssign<DescriptorSetLayoutCreateFlags> for DescriptorSetLayoutCreateFlags[src]

Auto Trait Implementations

impl Unpin for DescriptorSetLayoutCreateFlags

impl Sync for DescriptorSetLayoutCreateFlags

impl Send for DescriptorSetLayoutCreateFlags

impl UnwindSafe for DescriptorSetLayoutCreateFlags

impl RefUnwindSafe for DescriptorSetLayoutCreateFlags

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]