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