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