[][src]Struct ash::vk::PipelineDepthStencilStateCreateFlags

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

Implementations

impl PipelineDepthStencilStateCreateFlags[src]

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

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

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

Returns whether other is a subset of self

Trait Implementations

impl BitAnd<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags[src]

type Output = PipelineDepthStencilStateCreateFlags

The resulting type after applying the & operator.

impl BitAndAssign<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags[src]

impl BitOr<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags[src]

type Output = PipelineDepthStencilStateCreateFlags

The resulting type after applying the | operator.

impl BitOrAssign<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags[src]

impl BitXor<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags[src]

type Output = PipelineDepthStencilStateCreateFlags

The resulting type after applying the ^ operator.

impl BitXorAssign<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags[src]

impl Clone for PipelineDepthStencilStateCreateFlags[src]

impl Copy for PipelineDepthStencilStateCreateFlags[src]

impl Debug for PipelineDepthStencilStateCreateFlags[src]

impl Default for PipelineDepthStencilStateCreateFlags[src]

impl Eq for PipelineDepthStencilStateCreateFlags[src]

impl Hash for PipelineDepthStencilStateCreateFlags[src]

impl Not for PipelineDepthStencilStateCreateFlags[src]

type Output = PipelineDepthStencilStateCreateFlags

The resulting type after applying the ! operator.

impl Ord for PipelineDepthStencilStateCreateFlags[src]

impl PartialEq<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags[src]

impl PartialOrd<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags[src]

impl StructuralEq for PipelineDepthStencilStateCreateFlags[src]

impl StructuralPartialEq for PipelineDepthStencilStateCreateFlags[src]

impl Sub<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags[src]

type Output = PipelineDepthStencilStateCreateFlags

The resulting type after applying the - operator.

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