#[repr(C)]pub struct VkDeviceGroupSubmitInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub waitSemaphoreCount: u32,
pub pWaitSemaphoreDeviceIndices: *const uint32_t,
pub commandBufferCount: u32,
pub pCommandBufferDeviceMasks: *const uint32_t,
pub signalSemaphoreCount: u32,
pub pSignalSemaphoreDeviceIndices: *const uint32_t,
}Fields§
§sType: VkStructureType§pNext: *const c_void§waitSemaphoreCount: u32§pWaitSemaphoreDeviceIndices: *const uint32_t§commandBufferCount: u32§pCommandBufferDeviceMasks: *const uint32_t§signalSemaphoreCount: u32§pSignalSemaphoreDeviceIndices: *const uint32_tTrait Implementations§
Source§impl Clone for VkDeviceGroupSubmitInfo
impl Clone for VkDeviceGroupSubmitInfo
Source§fn clone(&self) -> VkDeviceGroupSubmitInfo
fn clone(&self) -> VkDeviceGroupSubmitInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VkDeviceGroupSubmitInfo
impl Debug for VkDeviceGroupSubmitInfo
impl Copy for VkDeviceGroupSubmitInfo
Auto Trait Implementations§
impl Freeze for VkDeviceGroupSubmitInfo
impl RefUnwindSafe for VkDeviceGroupSubmitInfo
impl !Send for VkDeviceGroupSubmitInfo
impl !Sync for VkDeviceGroupSubmitInfo
impl Unpin for VkDeviceGroupSubmitInfo
impl UnwindSafe for VkDeviceGroupSubmitInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more