#[repr(C)]pub struct spinel_vk_context_create_info_vk_queue_shared {
pub queue_family_count: u32,
pub queue_family_indices: [u32; 2],
}
Fields§
§queue_family_count: u32
§queue_family_indices: [u32; 2]
Trait Implementations§
source§fn clone(&self) -> spinel_vk_context_create_info_vk_queue_shared
fn clone(&self) -> spinel_vk_context_create_info_vk_queue_shared
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