#[repr(transparent)]pub struct IndirectCommandsTokenTypeNV(_);Expand description
Implementations
sourceimpl IndirectCommandsTokenTypeNV
impl IndirectCommandsTokenTypeNV
pub const SHADER_GROUP: IndirectCommandsTokenTypeNV = Self(0)
pub const STATE_FLAGS: IndirectCommandsTokenTypeNV = Self(1)
pub const INDEX_BUFFER: IndirectCommandsTokenTypeNV = Self(2)
pub const VERTEX_BUFFER: IndirectCommandsTokenTypeNV = Self(3)
pub const PUSH_CONSTANT: IndirectCommandsTokenTypeNV = Self(4)
pub const DRAW_INDEXED: IndirectCommandsTokenTypeNV = Self(5)
pub const DRAW: IndirectCommandsTokenTypeNV = Self(6)
pub const DRAW_TASKS: IndirectCommandsTokenTypeNV = Self(7)
Trait Implementations
sourceimpl Clone for IndirectCommandsTokenTypeNV
impl Clone for IndirectCommandsTokenTypeNV
sourcefn clone(&self) -> IndirectCommandsTokenTypeNV
fn clone(&self) -> IndirectCommandsTokenTypeNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for IndirectCommandsTokenTypeNV
impl Debug for IndirectCommandsTokenTypeNV
sourceimpl Default for IndirectCommandsTokenTypeNV
impl Default for IndirectCommandsTokenTypeNV
sourcefn default() -> IndirectCommandsTokenTypeNV
fn default() -> IndirectCommandsTokenTypeNV
Returns the “default value” for a type. Read more
sourceimpl Hash for IndirectCommandsTokenTypeNV
impl Hash for IndirectCommandsTokenTypeNV
sourceimpl Ord for IndirectCommandsTokenTypeNV
impl Ord for IndirectCommandsTokenTypeNV
sourceimpl PartialEq<IndirectCommandsTokenTypeNV> for IndirectCommandsTokenTypeNV
impl PartialEq<IndirectCommandsTokenTypeNV> for IndirectCommandsTokenTypeNV
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &IndirectCommandsTokenTypeNV) -> bool
fn ne(&self, other: &IndirectCommandsTokenTypeNV) -> bool
This method tests for !=.
sourceimpl PartialOrd<IndirectCommandsTokenTypeNV> for IndirectCommandsTokenTypeNV
impl PartialOrd<IndirectCommandsTokenTypeNV> for IndirectCommandsTokenTypeNV
sourcefn partial_cmp(&self, other: &IndirectCommandsTokenTypeNV) -> Option<Ordering>
fn partial_cmp(&self, other: &IndirectCommandsTokenTypeNV) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for IndirectCommandsTokenTypeNV
impl Eq for IndirectCommandsTokenTypeNV
impl StructuralEq for IndirectCommandsTokenTypeNV
impl StructuralPartialEq for IndirectCommandsTokenTypeNV
Auto Trait Implementations
impl RefUnwindSafe for IndirectCommandsTokenTypeNV
impl Send for IndirectCommandsTokenTypeNV
impl Sync for IndirectCommandsTokenTypeNV
impl Unpin for IndirectCommandsTokenTypeNV
impl UnwindSafe for IndirectCommandsTokenTypeNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more