Struct lava::VkMemoryPropertyFlags[][src]

pub struct VkMemoryPropertyFlags {
    pub device_local: bool,
    pub host_visible: bool,
    pub host_coherent: bool,
    pub host_cached: bool,
    pub lazily_allocated: bool,
    pub protected: bool,
}

Fields

Methods

impl VkMemoryPropertyFlags
[src]

Trait Implementations

impl Debug for VkMemoryPropertyFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkMemoryPropertyFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkMemoryPropertyFlags
[src]

impl Default for VkMemoryPropertyFlags
[src]

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

Auto Trait Implementations