#[repr(C)]pub struct IndirectCommandsLayoutCreateInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: IndirectCommandsLayoutUsageFlagsNV,
pub pipeline_bind_point: PipelineBindPoint,
pub token_count: u32,
pub tokens: *const IndirectCommandsLayoutTokenNV,
pub stream_count: u32,
pub stream_strides: *const u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: IndirectCommandsLayoutUsageFlagsNVpipeline_bind_point: PipelineBindPointtoken_count: u32tokens: *const IndirectCommandsLayoutTokenNVstream_count: u32stream_strides: *const u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for IndirectCommandsLayoutCreateInfoNV
impl !Sync for IndirectCommandsLayoutCreateInfoNV
impl Unpin for IndirectCommandsLayoutCreateInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more