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