Struct ash::vk::CommandPool
source · pub struct CommandPool(/* private fields */);
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 for CommandPool
impl PartialEq 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 for CommandPool
impl PartialOrd 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 moresource§impl Pointer for CommandPool
impl Pointer for CommandPool
impl Copy for CommandPool
impl Eq for CommandPool
impl StructuralPartialEq for CommandPool
Auto Trait Implementations§
impl Freeze for CommandPool
impl RefUnwindSafe for CommandPool
impl Send for CommandPool
impl Sync for CommandPool
impl Unpin for CommandPool
impl UnwindSafe for CommandPool
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