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