Struct lava::VkPhysicalDeviceProtectedMemoryFeatures[][src]

pub struct VkPhysicalDeviceProtectedMemoryFeatures {
    pub protected_memory: bool,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceProtectedMemoryFeatures
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceProtectedMemoryFeatures
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceProtectedMemoryFeatures
[src]

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

Auto Trait Implementations