#[repr(C)]pub struct spinel_vk_swapchain_submit_ext_graphics_wait {
pub ext: *mut c_void,
pub type_: Type,
pub wait: spinel_vk_semaphore_import_wait_t,
}
Fields§
§ext: *mut c_void
§type_: Type
§wait: spinel_vk_semaphore_import_wait_t
Trait Implementations§
source§impl Clone for spinel_vk_swapchain_submit_ext_graphics_wait
impl Clone for spinel_vk_swapchain_submit_ext_graphics_wait
source§fn clone(&self) -> spinel_vk_swapchain_submit_ext_graphics_wait
fn clone(&self) -> spinel_vk_swapchain_submit_ext_graphics_wait
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