Struct lava::vk_pipeline_shader_stage_create_info::VkPipelineShaderStageCreateInfo[][src]

pub struct VkPipelineShaderStageCreateInfo<'a, 'b, 'c, 'd, 'e> where
    'd: 'c,
    'e: 'c, 
{ pub flags: VkPipelineShaderStageCreateFlags, pub stage: VkShaderStageFlags, pub module: &'a VkShaderModule, pub name: &'b str, pub specialization_info: Option<&'c VkSpecializationInfo<'d, 'e>>, }

Fields

Trait Implementations

impl<'a, 'b, 'c, 'd, 'e> Debug for VkPipelineShaderStageCreateInfo<'a, 'b, 'c, 'd, 'e> where
    'd: 'c,
    'e: 'c, 
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b, 'c, 'd, 'e> Clone for VkPipelineShaderStageCreateInfo<'a, 'b, 'c, 'd, 'e> where
    'd: 'c,
    'e: 'c, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineShaderStageCreateInfo<'static, 'static, 'static, 'static, 'static>
[src]

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

Auto Trait Implementations

impl<'a, 'b, 'c, 'd, 'e> !Send for VkPipelineShaderStageCreateInfo<'a, 'b, 'c, 'd, 'e>

impl<'a, 'b, 'c, 'd, 'e> !Sync for VkPipelineShaderStageCreateInfo<'a, 'b, 'c, 'd, 'e>