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