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