Struct lava::VkBufferCreateFlags[][src]

pub struct VkBufferCreateFlags {
    pub sparse_binding: bool,
    pub sparse_residency: bool,
    pub sparse_aliased: bool,
    pub protected: bool,
}

Fields

Methods

impl VkBufferCreateFlags
[src]

Trait Implementations

impl Debug for VkBufferCreateFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkBufferCreateFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkBufferCreateFlags
[src]

impl Default for VkBufferCreateFlags
[src]

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

Auto Trait Implementations