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