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