Struct vulkanalia_sys::SemaphoreSubmitInfoKHR
source · [−]#[repr(C)]pub struct SemaphoreSubmitInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub semaphore: Semaphore,
pub value: u64,
pub stage_mask: PipelineStageFlags2KHR,
pub device_index: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsemaphore: Semaphorevalue: u64stage_mask: PipelineStageFlags2KHRdevice_index: u32Trait 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 SemaphoreSubmitInfoKHR
impl !Send for SemaphoreSubmitInfoKHR
impl !Sync for SemaphoreSubmitInfoKHR
impl Unpin for SemaphoreSubmitInfoKHR
impl UnwindSafe for SemaphoreSubmitInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more