Struct lava::VkBindImageMemoryDeviceGroupInfo[][src]

pub struct VkBindImageMemoryDeviceGroupInfo<'a, 'b> {
    pub device_indices: &'a [usize],
    pub split_instance_bind_regions: &'b [VkRect2D],
}

Fields

Trait Implementations

impl<'a, 'b> Debug for VkBindImageMemoryDeviceGroupInfo<'a, 'b>
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b> Clone for VkBindImageMemoryDeviceGroupInfo<'a, 'b>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkBindImageMemoryDeviceGroupInfo<'static, 'static>
[src]

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

Auto Trait Implementations

impl<'a, 'b> Send for VkBindImageMemoryDeviceGroupInfo<'a, 'b>

impl<'a, 'b> Sync for VkBindImageMemoryDeviceGroupInfo<'a, 'b>