Struct ash::vk::SemaphoreTypeCreateInfo [−][src]
#[repr(C)]pub struct SemaphoreTypeCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub semaphore_type: SemaphoreType, pub initial_value: u64, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
semaphore_type: SemaphoreType
initial_value: u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SemaphoreTypeCreateInfo
impl !Send for SemaphoreTypeCreateInfo
impl !Sync for SemaphoreTypeCreateInfo
impl Unpin for SemaphoreTypeCreateInfo
impl UnwindSafe for SemaphoreTypeCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more