pub type PhysicalDeviceTimelineSemaphorePropertiesKHR = PhysicalDeviceTimelineSemaphoreProperties;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceTimelineSemaphorePropertiesKHR {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub max_timeline_semaphore_value_difference: u64,
}Fields§
§s_type: StructureType§p_next: *mut c_void§max_timeline_semaphore_value_difference: u64