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