Struct asi_vulkan::Style [] [src]

pub struct Style {
    pub pipeline: VkPipeline,
    pub descsetlayout: VkDescriptorSetLayout,
    pub pipeline_layout: VkPipelineLayout,
}

Fields

Trait Implementations

impl Copy for Style
[src]

impl Clone for Style
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more