#[repr(C)]pub struct spinel_vk_context_create_info_vk {
pub pd: VkPhysicalDevice,
pub d: VkDevice,
pub pc: VkPipelineCache,
pub ac: *const VkAllocationCallbacks,
pub q: spinel_vk_context_create_info_vk__bindgen_ty_1,
}
Fields§
§pd: VkPhysicalDevice
§d: VkDevice
§pc: VkPipelineCache
§ac: *const VkAllocationCallbacks
§q: spinel_vk_context_create_info_vk__bindgen_ty_1
Trait Implementations§
source§impl Clone for spinel_vk_context_create_info_vk
impl Clone for spinel_vk_context_create_info_vk
source§fn clone(&self) -> spinel_vk_context_create_info_vk
fn clone(&self) -> spinel_vk_context_create_info_vk
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