Struct lava::ext::VkPhysicalDeviceExternalMemoryHostProperties[][src]

pub struct VkPhysicalDeviceExternalMemoryHostProperties {
    pub min_imported_host_pointer_alignment: usize,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceExternalMemoryHostProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceExternalMemoryHostProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceExternalMemoryHostProperties
[src]

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

Auto Trait Implementations