Struct vulkanalia_sys::SemaphoreWaitInfo
source · [−]#[repr(C)]pub struct SemaphoreWaitInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: SemaphoreWaitFlags,
pub semaphore_count: u32,
pub semaphores: *const Semaphore,
pub values: *const u64,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: SemaphoreWaitFlagssemaphore_count: u32semaphores: *const Semaphorevalues: *const u64Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SemaphoreWaitInfo
impl !Send for SemaphoreWaitInfo
impl !Sync for SemaphoreWaitInfo
impl Unpin for SemaphoreWaitInfo
impl UnwindSafe for SemaphoreWaitInfo
Blanket Implementations
Mutably borrows from an owned value. Read more