Struct lava::VkCommandBufferUsageFlags[][src]

pub struct VkCommandBufferUsageFlags {
    pub one_time_submit: bool,
    pub render_pass_continue: bool,
    pub simultaneous_use: bool,
}

Fields

Methods

impl VkCommandBufferUsageFlags
[src]

Trait Implementations

impl Debug for VkCommandBufferUsageFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkCommandBufferUsageFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkCommandBufferUsageFlags
[src]

impl Default for VkCommandBufferUsageFlags
[src]

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

Auto Trait Implementations