Struct lava::VkDeviceGroupDeviceCreateInfo[][src]

pub struct VkDeviceGroupDeviceCreateInfo<'a> {
    pub physical_devices: &'a [VkPhysicalDevice],
}

Fields

Trait Implementations

impl<'a> Debug for VkDeviceGroupDeviceCreateInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkDeviceGroupDeviceCreateInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDeviceGroupDeviceCreateInfo<'static>
[src]

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

Auto Trait Implementations