Struct ash::vk::ConditionalRenderingFlagsEXT
source · #[repr(transparent)]pub struct ConditionalRenderingFlagsEXT(_);
Expand description
Implementations§
source§impl ConditionalRenderingFlagsEXT
impl ConditionalRenderingFlagsEXT
Trait Implementations§
source§impl BitAndAssign<ConditionalRenderingFlagsEXT> for ConditionalRenderingFlagsEXT
impl BitAndAssign<ConditionalRenderingFlagsEXT> for ConditionalRenderingFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<ConditionalRenderingFlagsEXT> for ConditionalRenderingFlagsEXT
impl BitOrAssign<ConditionalRenderingFlagsEXT> for ConditionalRenderingFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<ConditionalRenderingFlagsEXT> for ConditionalRenderingFlagsEXT
impl BitXorAssign<ConditionalRenderingFlagsEXT> for ConditionalRenderingFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for ConditionalRenderingFlagsEXT
impl Clone for ConditionalRenderingFlagsEXT
source§fn clone(&self) -> ConditionalRenderingFlagsEXT
fn clone(&self) -> ConditionalRenderingFlagsEXT
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 Debug for ConditionalRenderingFlagsEXT
impl Debug for ConditionalRenderingFlagsEXT
source§impl Hash for ConditionalRenderingFlagsEXT
impl Hash for ConditionalRenderingFlagsEXT
source§impl Not for ConditionalRenderingFlagsEXT
impl Not for ConditionalRenderingFlagsEXT
source§impl Ord for ConditionalRenderingFlagsEXT
impl Ord for ConditionalRenderingFlagsEXT
source§fn cmp(&self, other: &ConditionalRenderingFlagsEXT) -> Ordering
fn cmp(&self, other: &ConditionalRenderingFlagsEXT) -> 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<ConditionalRenderingFlagsEXT> for ConditionalRenderingFlagsEXT
impl PartialEq<ConditionalRenderingFlagsEXT> for ConditionalRenderingFlagsEXT
source§fn eq(&self, other: &ConditionalRenderingFlagsEXT) -> bool
fn eq(&self, other: &ConditionalRenderingFlagsEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ConditionalRenderingFlagsEXT> for ConditionalRenderingFlagsEXT
impl PartialOrd<ConditionalRenderingFlagsEXT> for ConditionalRenderingFlagsEXT
source§fn partial_cmp(&self, other: &ConditionalRenderingFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &ConditionalRenderingFlagsEXT) -> 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