#[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: u32,
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
Fields
s_type: StructureTypep_next: *const c_voidtoken_type: IndirectCommandsTokenTypeNVstream: u32offset: u32vertex_binding_unit: u32vertex_dynamic_stride: u32pushconstant_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 u32Implementations
sourceimpl IndirectCommandsLayoutTokenNV
impl IndirectCommandsLayoutTokenNV
pub fn builder<'a>() -> IndirectCommandsLayoutTokenNVBuilder<'a>
Trait Implementations
sourceimpl Clone for IndirectCommandsLayoutTokenNV
impl Clone for IndirectCommandsLayoutTokenNV
sourcefn clone(&self) -> IndirectCommandsLayoutTokenNV
fn clone(&self) -> IndirectCommandsLayoutTokenNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for IndirectCommandsLayoutTokenNV
impl Debug for IndirectCommandsLayoutTokenNV
sourceimpl Default for IndirectCommandsLayoutTokenNV
impl Default for IndirectCommandsLayoutTokenNV
sourcefn default() -> IndirectCommandsLayoutTokenNV
fn default() -> IndirectCommandsLayoutTokenNV
Returns the “default value” for a type. Read more
impl Copy for IndirectCommandsLayoutTokenNV
Auto Trait Implementations
impl RefUnwindSafe for IndirectCommandsLayoutTokenNV
impl !Send for IndirectCommandsLayoutTokenNV
impl !Sync for IndirectCommandsLayoutTokenNV
impl Unpin for IndirectCommandsLayoutTokenNV
impl UnwindSafe for IndirectCommandsLayoutTokenNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more