pub struct PipelineDepthStencilStateCreateFlags(/* private fields */);Expand description
Implementations§
Source§impl PipelineDepthStencilStateCreateFlags
 
impl PipelineDepthStencilStateCreateFlags
Source§impl PipelineDepthStencilStateCreateFlags
Generated from ‘VK_ARM_rasterization_order_attachment_access’
 
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 for PipelineDepthStencilStateCreateFlags
 
impl BitAndAssign for PipelineDepthStencilStateCreateFlags
Source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moreSource§impl BitOrAssign for PipelineDepthStencilStateCreateFlags
 
impl BitOrAssign for PipelineDepthStencilStateCreateFlags
Source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moreSource§impl BitXorAssign for PipelineDepthStencilStateCreateFlags
 
impl BitXorAssign 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 duplicate 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 for PipelineDepthStencilStateCreateFlags
 
impl PartialEq for PipelineDepthStencilStateCreateFlags
Source§fn eq(&self, other: &PipelineDepthStencilStateCreateFlags) -> bool
 
fn eq(&self, other: &PipelineDepthStencilStateCreateFlags) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PipelineDepthStencilStateCreateFlags
 
impl PartialOrd for PipelineDepthStencilStateCreateFlags
impl Copy for PipelineDepthStencilStateCreateFlags
impl Eq for PipelineDepthStencilStateCreateFlags
impl StructuralPartialEq for PipelineDepthStencilStateCreateFlags
Auto Trait Implementations§
impl Freeze for PipelineDepthStencilStateCreateFlags
impl RefUnwindSafe for PipelineDepthStencilStateCreateFlags
impl Send for PipelineDepthStencilStateCreateFlags
impl Sync for PipelineDepthStencilStateCreateFlags
impl Unpin for PipelineDepthStencilStateCreateFlags
impl UnwindSafe for PipelineDepthStencilStateCreateFlags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more