#[repr(C)]pub struct spinel_vk_context_create_info_vk_queue {
pub flags: VkDeviceQueueCreateFlags,
pub family_index: u32,
pub count: u32,
}
Fields§
§flags: VkDeviceQueueCreateFlags
§family_index: u32
§count: u32
Trait Implementations§
source§impl Clone for spinel_vk_context_create_info_vk_queue
impl Clone for spinel_vk_context_create_info_vk_queue
source§fn clone(&self) -> spinel_vk_context_create_info_vk_queue
fn clone(&self) -> spinel_vk_context_create_info_vk_queue
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