Struct vulkanalia_sys::DeviceGroupSubmitInfo
source · [−]#[repr(C)]pub struct DeviceGroupSubmitInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub wait_semaphore_count: u32,
pub wait_semaphore_device_indices: *const u32,
pub command_buffer_count: u32,
pub command_buffer_device_masks: *const u32,
pub signal_semaphore_count: u32,
pub signal_semaphore_device_indices: *const u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidwait_semaphore_count: u32wait_semaphore_device_indices: *const u32command_buffer_count: u32command_buffer_device_masks: *const u32signal_semaphore_count: u32signal_semaphore_device_indices: *const u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DeviceGroupSubmitInfo
impl !Send for DeviceGroupSubmitInfo
impl !Sync for DeviceGroupSubmitInfo
impl Unpin for DeviceGroupSubmitInfo
impl UnwindSafe for DeviceGroupSubmitInfo
Blanket Implementations
Mutably borrows from an owned value. Read more