Struct vulkanalia_sys::AcquireNextImageInfoKHR
source · [−]#[repr(C)]pub struct AcquireNextImageInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub swapchain: SwapchainKHR,
pub timeout: u64,
pub semaphore: Semaphore,
pub fence: Fence,
pub device_mask: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidswapchain: SwapchainKHRtimeout: u64semaphore: Semaphorefence: Fencedevice_mask: 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 AcquireNextImageInfoKHR
impl !Send for AcquireNextImageInfoKHR
impl !Sync for AcquireNextImageInfoKHR
impl Unpin for AcquireNextImageInfoKHR
impl UnwindSafe for AcquireNextImageInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more