Struct ash::vk::CommandBufferResetFlags
source · #[repr(transparent)]pub struct CommandBufferResetFlags(_);
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 BitAndAssign<CommandBufferResetFlags> for CommandBufferResetFlags
impl BitAndAssign<CommandBufferResetFlags> for CommandBufferResetFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<CommandBufferResetFlags> for CommandBufferResetFlags
impl BitOrAssign<CommandBufferResetFlags> for CommandBufferResetFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<CommandBufferResetFlags> for CommandBufferResetFlags
impl BitXorAssign<CommandBufferResetFlags> 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<CommandBufferResetFlags> for CommandBufferResetFlags
impl PartialEq<CommandBufferResetFlags> 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<CommandBufferResetFlags> for CommandBufferResetFlags
impl PartialOrd<CommandBufferResetFlags> 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 more