Struct unity_native_plugin_sys::VkDeviceGroupCommandBufferBeginInfo [−][src]
#[repr(C)]pub struct VkDeviceGroupCommandBufferBeginInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub deviceMask: u32,
}Fields
sType: VkStructureTypepNext: *const c_voiddeviceMask: u32Trait Implementations
Auto Trait Implementations
impl !Send for VkDeviceGroupCommandBufferBeginInfo
impl !Sync for VkDeviceGroupCommandBufferBeginInfo
impl Unpin for VkDeviceGroupCommandBufferBeginInfo
Blanket Implementations
Mutably borrows from an owned value. Read more