pub struct PipelineDepthStencilStateCreateFlags(/* private fields */);Expand description
Implementations§
Source§impl PipelineDepthStencilStateCreateFlags
impl PipelineDepthStencilStateCreateFlags
pub const fn empty() -> PipelineDepthStencilStateCreateFlags
pub const fn from_raw(x: u32) -> PipelineDepthStencilStateCreateFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects( self, other: PipelineDepthStencilStateCreateFlags, ) -> bool
Sourcepub const fn contains(self, other: PipelineDepthStencilStateCreateFlags) -> bool
pub const fn contains(self, other: PipelineDepthStencilStateCreateFlags) -> bool
Returns whether other is a subset of self
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: PipelineDepthStencilStateCreateFlags = Self::RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_EXT
pub const RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_ARM: PipelineDepthStencilStateCreateFlags = Self::RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_EXT
Source§impl PipelineDepthStencilStateCreateFlags
Generated from ‘VK_EXT_rasterization_order_attachment_access’
impl PipelineDepthStencilStateCreateFlags
Generated from ‘VK_EXT_rasterization_order_attachment_access’
Trait Implementations§
Source§impl BitAnd for PipelineDepthStencilStateCreateFlags
impl BitAnd for PipelineDepthStencilStateCreateFlags
Source§type Output = PipelineDepthStencilStateCreateFlags
type Output = PipelineDepthStencilStateCreateFlags
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: PipelineDepthStencilStateCreateFlags,
) -> PipelineDepthStencilStateCreateFlags
fn bitand( self, rhs: PipelineDepthStencilStateCreateFlags, ) -> PipelineDepthStencilStateCreateFlags
Performs the
& operation. Read moreSource§impl BitAndAssign for PipelineDepthStencilStateCreateFlags
impl BitAndAssign for PipelineDepthStencilStateCreateFlags
Source§fn bitand_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlags)
fn bitand_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlags)
Performs the
&= operation. Read moreSource§impl BitOr for PipelineDepthStencilStateCreateFlags
impl BitOr for PipelineDepthStencilStateCreateFlags
Source§type Output = PipelineDepthStencilStateCreateFlags
type Output = PipelineDepthStencilStateCreateFlags
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: PipelineDepthStencilStateCreateFlags,
) -> PipelineDepthStencilStateCreateFlags
fn bitor( self, rhs: PipelineDepthStencilStateCreateFlags, ) -> PipelineDepthStencilStateCreateFlags
Performs the
| operation. Read moreSource§impl BitOrAssign for PipelineDepthStencilStateCreateFlags
impl BitOrAssign for PipelineDepthStencilStateCreateFlags
Source§fn bitor_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlags)
fn bitor_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlags)
Performs the
|= operation. Read moreSource§impl BitXor for PipelineDepthStencilStateCreateFlags
impl BitXor for PipelineDepthStencilStateCreateFlags
Source§type Output = PipelineDepthStencilStateCreateFlags
type Output = PipelineDepthStencilStateCreateFlags
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: PipelineDepthStencilStateCreateFlags,
) -> PipelineDepthStencilStateCreateFlags
fn bitxor( self, rhs: PipelineDepthStencilStateCreateFlags, ) -> PipelineDepthStencilStateCreateFlags
Performs the
^ operation. Read moreSource§impl BitXorAssign for PipelineDepthStencilStateCreateFlags
impl BitXorAssign for PipelineDepthStencilStateCreateFlags
Source§fn bitxor_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlags)
fn bitxor_assign(&mut self, rhs: PipelineDepthStencilStateCreateFlags)
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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PipelineDepthStencilStateCreateFlags
impl Default for PipelineDepthStencilStateCreateFlags
Source§fn default() -> PipelineDepthStencilStateCreateFlags
fn default() -> PipelineDepthStencilStateCreateFlags
Returns the “default value” for a type. Read more
Source§impl Not for PipelineDepthStencilStateCreateFlags
impl Not for PipelineDepthStencilStateCreateFlags
Source§type Output = PipelineDepthStencilStateCreateFlags
type Output = PipelineDepthStencilStateCreateFlags
The resulting type after applying the
! operator.Source§fn not(self) -> PipelineDepthStencilStateCreateFlags
fn not(self) -> PipelineDepthStencilStateCreateFlags
Performs the unary
! operation. 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§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 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)