Struct ash::vk::CommandPool
source · #[repr(transparent)]pub struct CommandPool(_);
Expand description
Implementations§
source§impl CommandPool
impl CommandPool
Trait Implementations§
source§impl Clone for CommandPool
impl Clone for CommandPool
source§fn clone(&self) -> CommandPool
fn clone(&self) -> CommandPool
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 CommandPool
impl Debug for CommandPool
source§impl Default for CommandPool
impl Default for CommandPool
source§fn default() -> CommandPool
fn default() -> CommandPool
Returns the “default value” for a type. Read more
source§impl Handle for CommandPool
impl Handle for CommandPool
source§impl Hash for CommandPool
impl Hash for CommandPool
source§impl Ord for CommandPool
impl Ord for CommandPool
source§fn cmp(&self, other: &CommandPool) -> Ordering
fn cmp(&self, other: &CommandPool) -> 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<CommandPool> for CommandPool
impl PartialEq<CommandPool> for CommandPool
source§fn eq(&self, other: &CommandPool) -> bool
fn eq(&self, other: &CommandPool) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CommandPool> for CommandPool
impl PartialOrd<CommandPool> for CommandPool
source§fn partial_cmp(&self, other: &CommandPool) -> Option<Ordering>
fn partial_cmp(&self, other: &CommandPool) -> 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