Struct lava::VkDescriptorSet[][src]

pub struct VkDescriptorSet { /* fields omitted */ }

Methods

impl VkDescriptorSet
[src]

Trait Implementations

impl Debug for VkDescriptorSet
[src]

Formats the value using the given formatter. Read more

impl Copy for VkDescriptorSet
[src]

impl Clone for VkDescriptorSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDescriptorSet
[src]

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

Auto Trait Implementations