#[repr(C)]pub struct spinel_vk_swapchain_submit_ext_graphics_store {
pub ext: *mut c_void,
pub type_: Type,
pub extent_index: u32,
pub cb: VkCommandBuffer,
pub queue: VkQueue,
pub queue_family_index: u32,
pub old_layout: VkImageLayout,
pub image: VkImage,
pub image_info: VkDescriptorImageInfo,
}
Fields§
§ext: *mut c_void
§type_: Type
§extent_index: u32
§cb: VkCommandBuffer
§queue: VkQueue
§queue_family_index: u32
§old_layout: VkImageLayout
§image: VkImage
§image_info: VkDescriptorImageInfo
Trait Implementations§
source§impl Clone for spinel_vk_swapchain_submit_ext_graphics_store
impl Clone for spinel_vk_swapchain_submit_ext_graphics_store
source§fn clone(&self) -> spinel_vk_swapchain_submit_ext_graphics_store
fn clone(&self) -> spinel_vk_swapchain_submit_ext_graphics_store
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