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