Struct unity_native_plugin_sys::VkPhysicalDeviceExternalSemaphoreInfo [−][src]
#[repr(C)]pub struct VkPhysicalDeviceExternalSemaphoreInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub handleType: VkExternalSemaphoreHandleTypeFlagBits,
}Fields
sType: VkStructureTypepNext: *const c_voidhandleType: VkExternalSemaphoreHandleTypeFlagBitsTrait Implementations
Auto Trait Implementations
impl !Send for VkPhysicalDeviceExternalSemaphoreInfo
impl !Sync for VkPhysicalDeviceExternalSemaphoreInfo
Blanket Implementations
Mutably borrows from an owned value. Read more