pub struct IndirectCommandsTokenTypeNV(/* private fields */);
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 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 PartialOrd for IndirectCommandsTokenTypeNV
impl PartialOrd for IndirectCommandsTokenTypeNV
impl Copy for IndirectCommandsTokenTypeNV
impl Eq for IndirectCommandsTokenTypeNV
impl StructuralPartialEq for IndirectCommandsTokenTypeNV
Auto Trait Implementations§
impl Freeze for IndirectCommandsTokenTypeNV
impl RefUnwindSafe for IndirectCommandsTokenTypeNV
impl Send for IndirectCommandsTokenTypeNV
impl Sync for IndirectCommandsTokenTypeNV
impl Unpin for IndirectCommandsTokenTypeNV
impl UnwindSafe for IndirectCommandsTokenTypeNV
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