Struct ash::vk::SemaphoreSignalInfo  
source · #[repr(C)]pub struct SemaphoreSignalInfo {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub semaphore: Semaphore,
    pub value: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§semaphore: Semaphore§value: u64Implementations§
source§impl SemaphoreSignalInfo
 
impl SemaphoreSignalInfo
pub fn builder<'a>() -> SemaphoreSignalInfoBuilder<'a>
Trait Implementations§
source§impl Clone for SemaphoreSignalInfo
 
impl Clone for SemaphoreSignalInfo
source§fn clone(&self) -> SemaphoreSignalInfo
 
fn clone(&self) -> SemaphoreSignalInfo
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