Struct lava::VkDeviceGroupSubmitInfo[][src]

pub struct VkDeviceGroupSubmitInfo<'a, 'b, 'c> {
    pub wait_semaphore_device_indices: &'a [usize],
    pub command_buffer_device_masks: &'b [u32],
    pub signal_semaphore_device_indices: &'c [usize],
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

impl<'a, 'b, 'c> Send for VkDeviceGroupSubmitInfo<'a, 'b, 'c>

impl<'a, 'b, 'c> Sync for VkDeviceGroupSubmitInfo<'a, 'b, 'c>