Struct ash::vk::AcquireNextImageInfoKHR
source · #[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§
source§impl AcquireNextImageInfoKHR
impl AcquireNextImageInfoKHR
pub fn builder<'a>() -> AcquireNextImageInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for AcquireNextImageInfoKHR
impl Clone for AcquireNextImageInfoKHR
source§fn clone(&self) -> AcquireNextImageInfoKHR
fn clone(&self) -> AcquireNextImageInfoKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more