pub struct IndirectCommandsTokenTypeEXT(/* private fields */);Expand description
Implementations§
Source§impl IndirectCommandsTokenTypeEXT
impl IndirectCommandsTokenTypeEXT
pub const EXECUTION_SET: IndirectCommandsTokenTypeEXT
pub const PUSH_CONSTANT: IndirectCommandsTokenTypeEXT
pub const SEQUENCE_INDEX: IndirectCommandsTokenTypeEXT
pub const INDEX_BUFFER: IndirectCommandsTokenTypeEXT
pub const VERTEX_BUFFER: IndirectCommandsTokenTypeEXT
pub const DRAW_INDEXED: IndirectCommandsTokenTypeEXT
pub const DRAW: IndirectCommandsTokenTypeEXT
pub const DRAW_INDEXED_COUNT: IndirectCommandsTokenTypeEXT
pub const DRAW_COUNT: IndirectCommandsTokenTypeEXT
pub const DISPATCH: IndirectCommandsTokenTypeEXT
pub const PUSH_DATA: IndirectCommandsTokenTypeEXT
pub const PUSH_DATA_SEQUENCE_INDEX: IndirectCommandsTokenTypeEXT
pub const DRAW_MESH_TASKS_: IndirectCommandsTokenTypeEXT
pub const DRAW_MESH_TASKS_COUNT_: IndirectCommandsTokenTypeEXT
pub const DRAW_MESH_TASKS: IndirectCommandsTokenTypeEXT
pub const DRAW_MESH_TASKS_COUNT: IndirectCommandsTokenTypeEXT
pub const TRACE_RAYS2: IndirectCommandsTokenTypeEXT
pub const fn from_raw(value: i32) -> IndirectCommandsTokenTypeEXT
pub const fn as_raw(self) -> i32
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 Error for IndirectCommandsTokenTypeEXT
impl Error for IndirectCommandsTokenTypeEXT
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 UnsafeUnpin 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