Struct ash::vk::AcquireNextImageInfoKHR [−][src]
#[repr(C)]pub struct AcquireNextImageInfoKHR { pub s_type: StructureType, pub p_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: StructureType
p_next: *const c_void
swapchain: SwapchainKHR
timeout: u64
semaphore: Semaphore
fence: Fence
device_mask: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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