Struct lava::VkPipelineLayout[][src]

pub struct VkPipelineLayout { /* fields omitted */ }

Methods

impl VkPipelineLayout
[src]

Trait Implementations

impl Debug for VkPipelineLayout
[src]

Formats the value using the given formatter. Read more

impl Copy for VkPipelineLayout
[src]

impl Clone for VkPipelineLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineLayout
[src]

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

Auto Trait Implementations