An opaque C pointer. 不透明Cポインター。
Type Method
型メソッド
from
fromOpaque(_:)
Unsafely turns an opaque C pointer into an unmanaged class reference.
不透明Cポインタの管理されないクラス参照への安全でない転換。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
static func fromOpaque(_ value: UnsafeRawPointer
) -> Unmanaged
<Instance>
Parameters パラメータ
value
Return Value 戻り値
An unmanaged class reference to value
.
value
への管理されないクラス参照。
Discussion 解説
This operation does not change reference counts. この操作は参照カウントを変更しません。