Structure

OpaquePointer

A wrapper around an opaque C pointer. 不透明Cポインターの周りのラッパー。

Declaration 宣言

@frozen struct OpaquePointer

Overview 概要

Opaque pointers are used to represent C pointers to types that cannot be represented in Swift, such as incomplete struct types. 不透明ポインタは、Swiftでは表されることができない型、例えば不完全なstruct型などへのCポインタを表すために使われます。

Topics 話題

Initializers イニシャライザ

Instance Properties 様々なインスタンスプロパティ

Instance Methods インスタンスメソッド

Operator Functions 演算子関数

Relationships 関係

See Also 参照

C and Objective-C Pointers CおよびObjective-Cポインタ