Skip to content

StructureRepresentation

0x41c edited this page Jun 7, 2022 · 5 revisions

StructureRepresentation

public protocol StructureRepresentation: CustomStringConvertible 

Inheritance

CustomStringConvertible

Default Implementations

init(withStructure:)

init(withStructure structure: UnsafeMutablePointer<InternalRepresentation>) 

description

var description: String 

Requirements

InternalRepresentation

associatedtype InternalRepresentation

`_`

A pointer the the types underlying representation. This pointer is resilient.

var `_`: UnsafeMutablePointer<InternalRepresentation> 
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally