Struct dacite::core::PipelineInputAssemblyStateCreateInfo [] [src]

pub struct PipelineInputAssemblyStateCreateInfo {
    pub flags: PipelineInputAssemblyStateCreateFlags,
    pub topology: PrimitiveTopology,
    pub primitive_restart_enable: bool,
    pub chain: Option<PipelineInputAssemblyStateCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for PipelineInputAssemblyStateCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for PipelineInputAssemblyStateCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PipelineInputAssemblyStateCreateInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.