[][src]Struct ash::vk::SubpassDescriptionFlags

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

Implementations

impl SubpassDescriptionFlags[src]

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

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

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

Returns whether other is a subset of self

impl SubpassDescriptionFlags[src]

Generated from 'VK_NVX_multiview_per_view_attributes'

impl SubpassDescriptionFlags[src]

Generated from 'VK_NVX_multiview_per_view_attributes'

impl SubpassDescriptionFlags[src]

Generated from 'VK_QCOM_extension_172'

pub const RESERVED_2_QCOM: Self[src]

impl SubpassDescriptionFlags[src]

Generated from 'VK_QCOM_extension_172'

pub const RESERVED_3_QCOM: Self[src]

Trait Implementations

impl BitAnd<SubpassDescriptionFlags> for SubpassDescriptionFlags[src]

type Output = SubpassDescriptionFlags

The resulting type after applying the & operator.

impl BitAndAssign<SubpassDescriptionFlags> for SubpassDescriptionFlags[src]

impl BitOr<SubpassDescriptionFlags> for SubpassDescriptionFlags[src]

type Output = SubpassDescriptionFlags

The resulting type after applying the | operator.

impl BitOrAssign<SubpassDescriptionFlags> for SubpassDescriptionFlags[src]

impl BitXor<SubpassDescriptionFlags> for SubpassDescriptionFlags[src]

type Output = SubpassDescriptionFlags

The resulting type after applying the ^ operator.

impl BitXorAssign<SubpassDescriptionFlags> for SubpassDescriptionFlags[src]

impl Clone for SubpassDescriptionFlags[src]

impl Copy for SubpassDescriptionFlags[src]

impl Debug for SubpassDescriptionFlags[src]

impl Default for SubpassDescriptionFlags[src]

impl Eq for SubpassDescriptionFlags[src]

impl Hash for SubpassDescriptionFlags[src]

impl Not for SubpassDescriptionFlags[src]

type Output = SubpassDescriptionFlags

The resulting type after applying the ! operator.

impl Ord for SubpassDescriptionFlags[src]

impl PartialEq<SubpassDescriptionFlags> for SubpassDescriptionFlags[src]

impl PartialOrd<SubpassDescriptionFlags> for SubpassDescriptionFlags[src]

impl StructuralEq for SubpassDescriptionFlags[src]

impl StructuralPartialEq for SubpassDescriptionFlags[src]

impl Sub<SubpassDescriptionFlags> for SubpassDescriptionFlags[src]

type Output = SubpassDescriptionFlags

The resulting type after applying the - operator.

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