pub struct PipelineDepthStencilStateCreateFlagBits(/* private fields */);Expand description
Implementations§
Source§impl PipelineDepthStencilStateCreateFlagBits
impl PipelineDepthStencilStateCreateFlagBits
pub const RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT: PipelineDepthStencilStateCreateFlagBits = Self::RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS
pub const RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT: PipelineDepthStencilStateCreateFlagBits = Self::RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS
Sourcepub const RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS: PipelineDepthStencilStateCreateFlagBits
pub const RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS: PipelineDepthStencilStateCreateFlagBits
Bit 0.
Sourcepub const RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS: PipelineDepthStencilStateCreateFlagBits
pub const RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS: PipelineDepthStencilStateCreateFlagBits
Bit 1.
pub const fn empty() -> PipelineDepthStencilStateCreateFlagBits
pub const fn from_raw(value: u32) -> PipelineDepthStencilStateCreateFlagBits
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains( self, other: PipelineDepthStencilStateCreateFlagBits, ) -> bool
pub const fn all() -> PipelineDepthStencilStateCreateFlagBits
Trait Implementations§
Source§impl BitAnd for PipelineDepthStencilStateCreateFlagBits
impl BitAnd for PipelineDepthStencilStateCreateFlagBits
Source§type Output = PipelineDepthStencilStateCreateFlagBits
type Output = PipelineDepthStencilStateCreateFlagBits
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: PipelineDepthStencilStateCreateFlagBits,
) -> PipelineDepthStencilStateCreateFlagBits
fn bitand( self, rhs: PipelineDepthStencilStateCreateFlagBits, ) -> PipelineDepthStencilStateCreateFlagBits
Performs the
& operation. Read moreSource§impl BitAndAssign for PipelineDepthStencilStateCreateFlagBits
impl BitAndAssign for PipelineDepthStencilStateCreateFlagBits
Source§fn bitand_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlagBits)
fn bitand_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlagBits)
Performs the
&= operation. Read moreSource§impl BitOr for PipelineDepthStencilStateCreateFlagBits
impl BitOr for PipelineDepthStencilStateCreateFlagBits
Source§type Output = PipelineDepthStencilStateCreateFlagBits
type Output = PipelineDepthStencilStateCreateFlagBits
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: PipelineDepthStencilStateCreateFlagBits,
) -> PipelineDepthStencilStateCreateFlagBits
fn bitor( self, rhs: PipelineDepthStencilStateCreateFlagBits, ) -> PipelineDepthStencilStateCreateFlagBits
Performs the
| operation. Read moreSource§impl BitOrAssign for PipelineDepthStencilStateCreateFlagBits
impl BitOrAssign for PipelineDepthStencilStateCreateFlagBits
Source§fn bitor_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlagBits)
fn bitor_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlagBits)
Performs the
|= operation. Read moreSource§impl BitXor for PipelineDepthStencilStateCreateFlagBits
impl BitXor for PipelineDepthStencilStateCreateFlagBits
Source§type Output = PipelineDepthStencilStateCreateFlagBits
type Output = PipelineDepthStencilStateCreateFlagBits
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: PipelineDepthStencilStateCreateFlagBits,
) -> PipelineDepthStencilStateCreateFlagBits
fn bitxor( self, rhs: PipelineDepthStencilStateCreateFlagBits, ) -> PipelineDepthStencilStateCreateFlagBits
Performs the
^ operation. Read moreSource§impl BitXorAssign for PipelineDepthStencilStateCreateFlagBits
impl BitXorAssign for PipelineDepthStencilStateCreateFlagBits
Source§fn bitxor_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlagBits)
fn bitxor_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlagBits)
Performs the
^= operation. Read moreSource§impl Clone for PipelineDepthStencilStateCreateFlagBits
impl Clone for PipelineDepthStencilStateCreateFlagBits
Source§fn clone(&self) -> PipelineDepthStencilStateCreateFlagBits
fn clone(&self) -> PipelineDepthStencilStateCreateFlagBits
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 Default for PipelineDepthStencilStateCreateFlagBits
impl Default for PipelineDepthStencilStateCreateFlagBits
Source§fn default() -> PipelineDepthStencilStateCreateFlagBits
fn default() -> PipelineDepthStencilStateCreateFlagBits
Returns the “default value” for a type. Read more
Source§impl Not for PipelineDepthStencilStateCreateFlagBits
impl Not for PipelineDepthStencilStateCreateFlagBits
Source§type Output = PipelineDepthStencilStateCreateFlagBits
type Output = PipelineDepthStencilStateCreateFlagBits
The resulting type after applying the
! operator.Source§fn not(self) -> PipelineDepthStencilStateCreateFlagBits
fn not(self) -> PipelineDepthStencilStateCreateFlagBits
Performs the unary
! operation. Read moreSource§impl Ord for PipelineDepthStencilStateCreateFlagBits
impl Ord for PipelineDepthStencilStateCreateFlagBits
Source§fn cmp(&self, other: &PipelineDepthStencilStateCreateFlagBits) -> Ordering
fn cmp(&self, other: &PipelineDepthStencilStateCreateFlagBits) -> 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 PipelineDepthStencilStateCreateFlagBits
impl PartialEq for PipelineDepthStencilStateCreateFlagBits
Source§fn eq(&self, other: &PipelineDepthStencilStateCreateFlagBits) -> bool
fn eq(&self, other: &PipelineDepthStencilStateCreateFlagBits) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PipelineDepthStencilStateCreateFlagBits
impl PartialOrd for PipelineDepthStencilStateCreateFlagBits
impl Copy for PipelineDepthStencilStateCreateFlagBits
impl Eq for PipelineDepthStencilStateCreateFlagBits
impl StructuralPartialEq for PipelineDepthStencilStateCreateFlagBits
Auto Trait Implementations§
impl Freeze for PipelineDepthStencilStateCreateFlagBits
impl RefUnwindSafe for PipelineDepthStencilStateCreateFlagBits
impl Send for PipelineDepthStencilStateCreateFlagBits
impl Sync for PipelineDepthStencilStateCreateFlagBits
impl Unpin for PipelineDepthStencilStateCreateFlagBits
impl UnsafeUnpin for PipelineDepthStencilStateCreateFlagBits
impl UnwindSafe for PipelineDepthStencilStateCreateFlagBits
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