Type Alias ash::vk::PhysicalDeviceExternalSemaphoreInfoKHR
source · pub type PhysicalDeviceExternalSemaphoreInfoKHR = PhysicalDeviceExternalSemaphoreInfo;
Aliased Type§
struct PhysicalDeviceExternalSemaphoreInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalSemaphoreHandleTypeFlags,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_type: ExternalSemaphoreHandleTypeFlags
Implementations
source§impl PhysicalDeviceExternalSemaphoreInfo
impl PhysicalDeviceExternalSemaphoreInfo
pub fn builder<'a>() -> PhysicalDeviceExternalSemaphoreInfoBuilder<'a>
Trait Implementations
impl Copy for PhysicalDeviceExternalSemaphoreInfo
source§impl TaggedStructure for PhysicalDeviceExternalSemaphoreInfo
impl TaggedStructure for PhysicalDeviceExternalSemaphoreInfo
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO
source§impl Clone for PhysicalDeviceExternalSemaphoreInfo
impl Clone for PhysicalDeviceExternalSemaphoreInfo
source§fn clone(&self) -> PhysicalDeviceExternalSemaphoreInfo
fn clone(&self) -> PhysicalDeviceExternalSemaphoreInfo
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