#[repr(C)]pub struct DeviceGroupSubmitInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub wait_semaphore_count: u32,
pub p_wait_semaphore_device_indices: *const u32,
pub command_buffer_count: u32,
pub p_command_buffer_device_masks: *const u32,
pub signal_semaphore_count: u32,
pub p_signal_semaphore_device_indices: *const u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidwait_semaphore_count: u32p_wait_semaphore_device_indices: *const u32command_buffer_count: u32p_command_buffer_device_masks: *const u32signal_semaphore_count: u32p_signal_semaphore_device_indices: *const u32Implementations
sourceimpl DeviceGroupSubmitInfo
impl DeviceGroupSubmitInfo
pub fn builder<'a>() -> DeviceGroupSubmitInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for DeviceGroupSubmitInfo
impl Clone for DeviceGroupSubmitInfo
sourcefn clone(&self) -> DeviceGroupSubmitInfo
fn clone(&self) -> DeviceGroupSubmitInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DeviceGroupSubmitInfo
impl Debug for DeviceGroupSubmitInfo
sourceimpl Default for DeviceGroupSubmitInfo
impl Default for DeviceGroupSubmitInfo
sourcefn default() -> DeviceGroupSubmitInfo
fn default() -> DeviceGroupSubmitInfo
Returns the “default value” for a type. Read more
impl Copy for DeviceGroupSubmitInfo
impl ExtendsSubmitInfo for DeviceGroupSubmitInfo
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more