Return Value 戻り値
An opaque pointer to the value of this unmanaged reference. この管理されない参照の値への不透明ポインタ。
Availability
Technology
func toOpaque() -> UnsafeMutableRawPointer
An opaque pointer to the value of this unmanaged reference. この管理されない参照の値への不透明ポインタ。
This operation does not change reference counts. この操作は参照カウントを変更しません。
let str0 = "boxcar" as CFString
let bits = Unmanaged.passUnretained(str0)
let ptr = bits.toOpaque()