Struct ash::vk::CommandPoolTrimFlags
source · pub struct CommandPoolTrimFlags(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAnd for CommandPoolTrimFlags
impl BitAnd for CommandPoolTrimFlags
source§impl BitAndAssign for CommandPoolTrimFlags
impl BitAndAssign for CommandPoolTrimFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for CommandPoolTrimFlags
impl BitOr for CommandPoolTrimFlags
source§impl BitOrAssign for CommandPoolTrimFlags
impl BitOrAssign for CommandPoolTrimFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for CommandPoolTrimFlags
impl BitXor for CommandPoolTrimFlags
source§impl BitXorAssign for CommandPoolTrimFlags
impl BitXorAssign for CommandPoolTrimFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for CommandPoolTrimFlags
impl Clone for CommandPoolTrimFlags
source§fn clone(&self) -> CommandPoolTrimFlags
fn clone(&self) -> CommandPoolTrimFlags
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 CommandPoolTrimFlags
impl Debug for CommandPoolTrimFlags
source§impl Default for CommandPoolTrimFlags
impl Default for CommandPoolTrimFlags
source§impl Hash for CommandPoolTrimFlags
impl Hash for CommandPoolTrimFlags
source§impl Not for CommandPoolTrimFlags
impl Not for CommandPoolTrimFlags
source§impl Ord for CommandPoolTrimFlags
impl Ord for CommandPoolTrimFlags
source§fn cmp(&self, other: &CommandPoolTrimFlags) -> Ordering
fn cmp(&self, other: &CommandPoolTrimFlags) -> 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 CommandPoolTrimFlags
impl PartialEq for CommandPoolTrimFlags
source§fn eq(&self, other: &CommandPoolTrimFlags) -> bool
fn eq(&self, other: &CommandPoolTrimFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CommandPoolTrimFlags
impl PartialOrd for CommandPoolTrimFlags
source§fn partial_cmp(&self, other: &CommandPoolTrimFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &CommandPoolTrimFlags) -> 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 CommandPoolTrimFlags
impl Eq for CommandPoolTrimFlags
impl StructuralPartialEq for CommandPoolTrimFlags
Auto Trait Implementations§
impl Freeze for CommandPoolTrimFlags
impl RefUnwindSafe for CommandPoolTrimFlags
impl Send for CommandPoolTrimFlags
impl Sync for CommandPoolTrimFlags
impl Unpin for CommandPoolTrimFlags
impl UnwindSafe for CommandPoolTrimFlags
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