Struct lava::vk_external_memory_properties::VkExternalMemoryProperties[][src]

pub struct VkExternalMemoryProperties {
    pub external_memory_features: VkExternalMemoryFeatureFlags,
    pub export_from_imported_handle_types: VkExternalMemoryHandleTypeFlags,
    pub compatible_handle_types: VkExternalMemoryHandleTypeFlags,
}

Fields

Trait Implementations

impl Debug for VkExternalMemoryProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkExternalMemoryProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkExternalMemoryProperties
[src]

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

Auto Trait Implementations