Struct lava::VkPipelineInputAssemblyStateCreateFlags[][src]

pub struct VkPipelineInputAssemblyStateCreateFlags {}

Methods

impl VkPipelineInputAssemblyStateCreateFlags
[src]

Trait Implementations

impl Debug for VkPipelineInputAssemblyStateCreateFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPipelineInputAssemblyStateCreateFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkPipelineInputAssemblyStateCreateFlags
[src]

impl Default for VkPipelineInputAssemblyStateCreateFlags
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations