#[repr(C)]
pub struct IndirectCommandsLayoutTokenNV {
Show 15 fields pub s_type: StructureType, pub p_next: *const c_void, pub token_type: IndirectCommandsTokenTypeNV, pub stream: u32, pub offset: u32, pub vertex_binding_unit: u32, pub vertex_dynamic_stride: Bool32, pub pushconstant_pipeline_layout: PipelineLayout, pub pushconstant_shader_stage_flags: ShaderStageFlags, pub pushconstant_offset: u32, pub pushconstant_size: u32, pub indirect_state_flags: IndirectStateFlagsNV, pub index_type_count: u32, pub p_index_types: *const IndexType, pub p_index_type_values: *const u32,
}
Expand description

Vulkan Manual Page · Structure

Fields

s_type: StructureTypep_next: *const c_voidtoken_type: IndirectCommandsTokenTypeNVstream: u32offset: u32vertex_binding_unit: u32vertex_dynamic_stride: Bool32pushconstant_pipeline_layout: PipelineLayoutpushconstant_shader_stage_flags: ShaderStageFlagspushconstant_offset: u32pushconstant_size: u32indirect_state_flags: IndirectStateFlagsNVindex_type_count: u32p_index_types: *const IndexTypep_index_type_values: *const u32

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.