Struct ash::vk::PhysicalDeviceExternalSemaphoreInfo
source · #[repr(C)]pub struct PhysicalDeviceExternalSemaphoreInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalSemaphoreHandleTypeFlags,
}
Expand description
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§
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