pub struct PipelineDepthStencilStateCreateFlagBits(/* private fields */);Expand description
Implementations§
Source§impl PipelineDepthStencilStateCreateFlagBits
impl PipelineDepthStencilStateCreateFlagBits
pub const RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT: Self = Self::RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS
pub const RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT: Self = Self::RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS
Sourcepub const RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS: Self
pub const RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS: Self
Bit 0.
Sourcepub const RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS: Self
pub const RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS: Self
Bit 1.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAndAssign for PipelineDepthStencilStateCreateFlagBits
impl BitAndAssign for PipelineDepthStencilStateCreateFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for PipelineDepthStencilStateCreateFlagBits
impl BitOrAssign for PipelineDepthStencilStateCreateFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for PipelineDepthStencilStateCreateFlagBits
impl BitXorAssign for PipelineDepthStencilStateCreateFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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 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