pub struct IndirectCommandsTokenTypeEXT(/* private fields */);Expand description
Implementations§
Source§impl IndirectCommandsTokenTypeEXT
impl IndirectCommandsTokenTypeEXT
pub const EXECUTION_SET: Self
pub const PUSH_CONSTANT: Self
pub const SEQUENCE_INDEX: Self
pub const INDEX_BUFFER: Self
pub const VERTEX_BUFFER: Self
pub const DRAW_INDEXED: Self
pub const DRAW: Self
pub const DRAW_INDEXED_COUNT: Self
pub const DRAW_COUNT: Self
pub const DISPATCH: Self
pub const DRAW_MESH_TASKS_NV: Self
pub const DRAW_MESH_TASKS_COUNT_NV: Self
pub const DRAW_MESH_TASKS: Self
pub const DRAW_MESH_TASKS_COUNT: Self
pub const TRACE_RAYS2: Self
Trait Implementations§
Source§impl Clone for IndirectCommandsTokenTypeEXT
impl Clone for IndirectCommandsTokenTypeEXT
Source§fn clone(&self) -> IndirectCommandsTokenTypeEXT
fn clone(&self) -> IndirectCommandsTokenTypeEXT
Returns a duplicate 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 IndirectCommandsTokenTypeEXT
impl Debug for IndirectCommandsTokenTypeEXT
Source§impl Default for IndirectCommandsTokenTypeEXT
impl Default for IndirectCommandsTokenTypeEXT
Source§fn default() -> IndirectCommandsTokenTypeEXT
fn default() -> IndirectCommandsTokenTypeEXT
Returns the “default value” for a type. Read more
Source§impl Hash for IndirectCommandsTokenTypeEXT
impl Hash for IndirectCommandsTokenTypeEXT
Source§impl Ord for IndirectCommandsTokenTypeEXT
impl Ord for IndirectCommandsTokenTypeEXT
Source§fn cmp(&self, other: &IndirectCommandsTokenTypeEXT) -> Ordering
fn cmp(&self, other: &IndirectCommandsTokenTypeEXT) -> 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 for IndirectCommandsTokenTypeEXT
impl PartialEq for IndirectCommandsTokenTypeEXT
Source§fn eq(&self, other: &IndirectCommandsTokenTypeEXT) -> bool
fn eq(&self, other: &IndirectCommandsTokenTypeEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IndirectCommandsTokenTypeEXT
impl PartialOrd for IndirectCommandsTokenTypeEXT
impl Copy for IndirectCommandsTokenTypeEXT
impl Eq for IndirectCommandsTokenTypeEXT
impl StructuralPartialEq for IndirectCommandsTokenTypeEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsTokenTypeEXT
impl RefUnwindSafe for IndirectCommandsTokenTypeEXT
impl Send for IndirectCommandsTokenTypeEXT
impl Sync for IndirectCommandsTokenTypeEXT
impl Unpin for IndirectCommandsTokenTypeEXT
impl UnwindSafe for IndirectCommandsTokenTypeEXT
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