Skip to content

DynamicReplacementChainEntry

tevelee edited this page Jul 25, 2026 · 1 revision

DynamicReplacementChainEntry

An entry in a dynamic replacement chain.

public struct DynamicReplacementChainEntry: LayoutWrapper 

Inheritance

LayoutWrapper

Properties

implementationFunction

The implementation currently stored in this entry.

public var implementationFunction: UnsafeRawPointer? 

The runtime may authenticate this pointer before calling it. Echo exposes it for inspection only.

next

The next entry in this replacement chain, if any.

public var next: DynamicReplacementChainEntry? 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally