Struct bedrock::vk::VkPhysicalDeviceProtectedMemoryFeatures [] [src]

#[repr(C)]
pub struct VkPhysicalDeviceProtectedMemoryFeatures { pub sType: VkStructureType, pub pNext: *mut c_void, pub protectedMemory: VkBool32, }

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceProtectedMemoryFeatures
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceProtectedMemoryFeatures
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceProtectedMemoryFeatures
[src]

[src]

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

Auto Trait Implementations