[][src]Struct ash::vk::PipelineCreateFlags

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

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

Methods

impl PipelineCreateFlags[src]

pub fn empty() -> PipelineCreateFlags[src]

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

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

Returns whether other is a subset of self

impl PipelineCreateFlags[src]

pub const DISABLE_OPTIMIZATION: Self[src]

pub const ALLOW_DERIVATIVES: Self[src]

pub const DERIVATIVE: Self[src]

impl PipelineCreateFlags[src]

Generated from 'VK_NV_ray_tracing'

pub const DEFER_COMPILE_NV: Self[src]

impl PipelineCreateFlags[src]

Generated from 'VK_VERSION_1_1'

pub const VIEW_INDEX_FROM_DEVICE_INDEX: Self[src]

impl PipelineCreateFlags[src]

Generated from 'VK_VERSION_1_1'

pub const DISPATCH_BASE: Self[src]

Trait Implementations

impl Copy for PipelineCreateFlags[src]

impl Default for PipelineCreateFlags[src]

impl Eq for PipelineCreateFlags[src]

impl Clone for PipelineCreateFlags[src]

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

Performs copy-assignment from source. Read more

impl PartialOrd<PipelineCreateFlags> for PipelineCreateFlags[src]

impl PartialEq<PipelineCreateFlags> for PipelineCreateFlags[src]

impl Ord for PipelineCreateFlags[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 PipelineCreateFlags[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 PipelineCreateFlags[src]

impl Sub<PipelineCreateFlags> for PipelineCreateFlags[src]

type Output = PipelineCreateFlags

The resulting type after applying the - operator.

impl SubAssign<PipelineCreateFlags> for PipelineCreateFlags[src]

impl Not for PipelineCreateFlags[src]

type Output = PipelineCreateFlags

The resulting type after applying the ! operator.

impl BitAnd<PipelineCreateFlags> for PipelineCreateFlags[src]

type Output = PipelineCreateFlags

The resulting type after applying the & operator.

impl BitOr<PipelineCreateFlags> for PipelineCreateFlags[src]

type Output = PipelineCreateFlags

The resulting type after applying the | operator.

impl BitXor<PipelineCreateFlags> for PipelineCreateFlags[src]

type Output = PipelineCreateFlags

The resulting type after applying the ^ operator.

impl BitAndAssign<PipelineCreateFlags> for PipelineCreateFlags[src]

impl BitOrAssign<PipelineCreateFlags> for PipelineCreateFlags[src]

impl BitXorAssign<PipelineCreateFlags> for PipelineCreateFlags[src]

Auto Trait Implementations

impl Unpin for PipelineCreateFlags

impl Sync for PipelineCreateFlags

impl Send for PipelineCreateFlags

impl UnwindSafe for PipelineCreateFlags

impl RefUnwindSafe for PipelineCreateFlags

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]