Struct lava::VkMemoryAllocateFlags[][src]

pub struct VkMemoryAllocateFlags {
    pub device_mask: bool,
}

Fields

Methods

impl VkMemoryAllocateFlags
[src]

Trait Implementations

impl Debug for VkMemoryAllocateFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkMemoryAllocateFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkMemoryAllocateFlags
[src]

impl Default for VkMemoryAllocateFlags
[src]

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

Auto Trait Implementations