pub type CommandPoolTrimFlagsKHR = CommandPoolTrimFlags;
Aliased Type§
struct CommandPoolTrimFlagsKHR(pub(crate) u32);
Fields§
§0: u32
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