pub struct IndirectCommandsTokenTypeNV(/* private fields */);Expand description
Implementations§
Source§impl IndirectCommandsTokenTypeNV
impl IndirectCommandsTokenTypeNV
pub const SHADER_GROUP: IndirectCommandsTokenTypeNV
pub const STATE_FLAGS: IndirectCommandsTokenTypeNV
pub const INDEX_BUFFER: IndirectCommandsTokenTypeNV
pub const VERTEX_BUFFER: IndirectCommandsTokenTypeNV
pub const PUSH_CONSTANT: IndirectCommandsTokenTypeNV
pub const DRAW_INDEXED: IndirectCommandsTokenTypeNV
pub const DRAW: IndirectCommandsTokenTypeNV
pub const DRAW_TASKS: IndirectCommandsTokenTypeNV
Source§impl IndirectCommandsTokenTypeNV
Generated from ‘VK_EXT_mesh_shader’
impl IndirectCommandsTokenTypeNV
Generated from ‘VK_EXT_mesh_shader’
pub const DRAW_MESH_TASKS: IndirectCommandsTokenTypeNV
Source§impl IndirectCommandsTokenTypeNV
Generated from ‘VK_NV_device_generated_commands_compute’
impl IndirectCommandsTokenTypeNV
Generated from ‘VK_NV_device_generated_commands_compute’
pub const PIPELINE: IndirectCommandsTokenTypeNV
pub const DISPATCH: IndirectCommandsTokenTypeNV
Trait Implementations§
Source§impl Clone for IndirectCommandsTokenTypeNV
impl Clone for IndirectCommandsTokenTypeNV
Source§fn clone(&self) -> IndirectCommandsTokenTypeNV
fn clone(&self) -> IndirectCommandsTokenTypeNV
Returns a duplicate of the value. Read more
1.0.0§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§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)