#[repr(C)]pub struct PipelineVertexInputStateCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PipelineVertexInputStateCreateFlags,
pub vertex_binding_description_count: u32,
pub vertex_binding_descriptions: *const VertexInputBindingDescription,
pub vertex_attribute_description_count: u32,
pub vertex_attribute_descriptions: *const VertexInputAttributeDescription,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: PipelineVertexInputStateCreateFlagsvertex_binding_description_count: u32vertex_binding_descriptions: *const VertexInputBindingDescriptionvertex_attribute_description_count: u32vertex_attribute_descriptions: *const VertexInputAttributeDescriptionTrait 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 PipelineVertexInputStateCreateInfo
impl !Sync for PipelineVertexInputStateCreateInfo
impl Unpin for PipelineVertexInputStateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more