Struct ash::vk::PhysicalDeviceTimelineSemaphoreFeatures [−][src]
#[repr(C)]pub struct PhysicalDeviceTimelineSemaphoreFeatures { pub s_type: StructureType, pub p_next: *mut c_void, pub timeline_semaphore: Bool32, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
timeline_semaphore: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PhysicalDeviceTimelineSemaphoreFeatures
impl !Sync for PhysicalDeviceTimelineSemaphoreFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more