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