Struct lava::vk_bind_buffer_memory_device_group_info::VkBindBufferMemoryDeviceGroupInfo[][src]

pub struct VkBindBufferMemoryDeviceGroupInfo<'a> {
    pub device_indices: &'a [usize],
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkBindBufferMemoryDeviceGroupInfo<'static>
[src]

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

Auto Trait Implementations