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