Struct unity_native_plugin_sys::VkPhysicalDeviceTimelineSemaphoreProperties [−][src]
#[repr(C)]pub struct VkPhysicalDeviceTimelineSemaphoreProperties {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub maxTimelineSemaphoreValueDifference: u64,
}Fields
sType: VkStructureTypepNext: *mut c_voidmaxTimelineSemaphoreValueDifference: u64Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more