Skip to content

InternalStructureBase

0x41c edited this page Feb 28, 2022 · 2 revisions

InternalStructureBase

@dynamicMemberLookup
public protocol InternalStructureBase: RuntimeModifiable 

Inheritance

RuntimeModifiable

Default Implementations

beginUnsafeMutableAccess()

Enables mutable access to the underlying memory located in the structure.

mutating func beginUnsafeMutableAccess() 

endUnsafeMutableAccess()

Disables mutable access to the underlying memory located in the structure.

mutating func endUnsafeMutableAccess() 

subscript(dynamicMember:)

subscript<T>(dynamicMember member: String) -> T? 
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally