#[repr(C)]pub struct spinel_vk_semaphore_import_wait {
pub count: u32,
pub stages: [VkPipelineStageFlags; 1],
pub semaphores: [VkSemaphore; 1],
pub values: [u64; 1],
}
Fields§
§count: u32
§stages: [VkPipelineStageFlags; 1]
§semaphores: [VkSemaphore; 1]
§values: [u64; 1]
Trait Implementations§
source§impl Clone for spinel_vk_semaphore_import_wait
impl Clone for spinel_vk_semaphore_import_wait
source§fn clone(&self) -> spinel_vk_semaphore_import_wait
fn clone(&self) -> spinel_vk_semaphore_import_wait
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