Struct ash::vk::ConditionalRenderingFlagsEXT
source · pub struct ConditionalRenderingFlagsEXT(/* private fields */);
Expand description
Implementations§
source§impl ConditionalRenderingFlagsEXT
impl ConditionalRenderingFlagsEXT
Trait Implementations§
source§impl BitAndAssign for ConditionalRenderingFlagsEXT
impl BitAndAssign for ConditionalRenderingFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for ConditionalRenderingFlagsEXT
impl BitOr for ConditionalRenderingFlagsEXT
source§impl BitOrAssign for ConditionalRenderingFlagsEXT
impl BitOrAssign for ConditionalRenderingFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for ConditionalRenderingFlagsEXT
impl BitXorAssign 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 for ConditionalRenderingFlagsEXT
impl PartialEq 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 for ConditionalRenderingFlagsEXT
impl PartialOrd 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 moreimpl Copy for ConditionalRenderingFlagsEXT
impl Eq for ConditionalRenderingFlagsEXT
impl StructuralPartialEq for ConditionalRenderingFlagsEXT
Auto Trait Implementations§
impl Freeze for ConditionalRenderingFlagsEXT
impl RefUnwindSafe for ConditionalRenderingFlagsEXT
impl Send for ConditionalRenderingFlagsEXT
impl Sync for ConditionalRenderingFlagsEXT
impl Unpin for ConditionalRenderingFlagsEXT
impl UnwindSafe for ConditionalRenderingFlagsEXT
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