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