pub struct CommandPoolResetFlagBits(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAnd for CommandPoolResetFlagBits
impl BitAnd for CommandPoolResetFlagBits
Source§impl BitAndAssign for CommandPoolResetFlagBits
impl BitAndAssign for CommandPoolResetFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for CommandPoolResetFlagBits
impl BitOr for CommandPoolResetFlagBits
Source§impl BitOrAssign for CommandPoolResetFlagBits
impl BitOrAssign for CommandPoolResetFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for CommandPoolResetFlagBits
impl BitXor for CommandPoolResetFlagBits
Source§impl BitXorAssign for CommandPoolResetFlagBits
impl BitXorAssign for CommandPoolResetFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for CommandPoolResetFlagBits
impl Clone for CommandPoolResetFlagBits
Source§fn clone(&self) -> CommandPoolResetFlagBits
fn clone(&self) -> CommandPoolResetFlagBits
Returns a duplicate 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 CommandPoolResetFlagBits
impl Debug for CommandPoolResetFlagBits
Source§impl Default for CommandPoolResetFlagBits
impl Default for CommandPoolResetFlagBits
Source§fn default() -> CommandPoolResetFlagBits
fn default() -> CommandPoolResetFlagBits
Returns the “default value” for a type. Read more
Source§impl Hash for CommandPoolResetFlagBits
impl Hash for CommandPoolResetFlagBits
Source§impl Not for CommandPoolResetFlagBits
impl Not for CommandPoolResetFlagBits
Source§impl Ord for CommandPoolResetFlagBits
impl Ord for CommandPoolResetFlagBits
Source§fn cmp(&self, other: &CommandPoolResetFlagBits) -> Ordering
fn cmp(&self, other: &CommandPoolResetFlagBits) -> 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 CommandPoolResetFlagBits
impl PartialEq for CommandPoolResetFlagBits
Source§impl PartialOrd for CommandPoolResetFlagBits
impl PartialOrd for CommandPoolResetFlagBits
impl Copy for CommandPoolResetFlagBits
impl Eq for CommandPoolResetFlagBits
impl StructuralPartialEq for CommandPoolResetFlagBits
Auto Trait Implementations§
impl Freeze for CommandPoolResetFlagBits
impl RefUnwindSafe for CommandPoolResetFlagBits
impl Send for CommandPoolResetFlagBits
impl Sync for CommandPoolResetFlagBits
impl Unpin for CommandPoolResetFlagBits
impl UnsafeUnpin for CommandPoolResetFlagBits
impl UnwindSafe for CommandPoolResetFlagBits
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