Struct ash::vk::PipelineDepthStencilStateCreateFlags
source · #[repr(transparent)]pub struct PipelineDepthStencilStateCreateFlags(_);
Expand description
Implementations§
source§impl PipelineDepthStencilStateCreateFlags
impl PipelineDepthStencilStateCreateFlags
source§impl PipelineDepthStencilStateCreateFlags
impl PipelineDepthStencilStateCreateFlags
Generated from ‘VK_ARM_rasterization_order_attachment_access’
pub const RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_ARM: Self = _
pub const RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_ARM: Self = _
Trait Implementations§
source§impl BitAndAssign<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags
impl BitAndAssign<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags
impl BitOrAssign<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags
impl BitXorAssign<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for PipelineDepthStencilStateCreateFlags
impl Clone for PipelineDepthStencilStateCreateFlags
source§fn clone(&self) -> PipelineDepthStencilStateCreateFlags
fn clone(&self) -> PipelineDepthStencilStateCreateFlags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Ord for PipelineDepthStencilStateCreateFlags
impl Ord for PipelineDepthStencilStateCreateFlags
source§fn cmp(&self, other: &PipelineDepthStencilStateCreateFlags) -> Ordering
fn cmp(&self, other: &PipelineDepthStencilStateCreateFlags) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags
impl PartialEq<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags
source§fn eq(&self, other: &PipelineDepthStencilStateCreateFlags) -> bool
fn eq(&self, other: &PipelineDepthStencilStateCreateFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags
impl PartialOrd<PipelineDepthStencilStateCreateFlags> for PipelineDepthStencilStateCreateFlags
source§fn partial_cmp(
&self,
other: &PipelineDepthStencilStateCreateFlags
) -> Option<Ordering>
fn partial_cmp( &self, other: &PipelineDepthStencilStateCreateFlags ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more