init<T>(UnsafePointer<T>)
Converts a typed
UnsafePointer
to an opaque C pointer.
型付けされたUnsafePointer
を不透明Cポインタへと変換します。
init<T>(UnsafeMutablePointer<T>)
Converts a typed
UnsafeMutablePointer
to an opaque C pointer.
型付けされたUnsafeMutablePointer
を不透明Cポインタへと変換します。
init?<T>(UnsafePointer<T>?)
Converts a typed
UnsafePointer
to an opaque C pointer.
型付けされたUnsafePointer
を不透明Cポインタへと変換します。
init?<T>(UnsafeMutablePointer<T>?)
Converts a typed
UnsafeMutablePointer
to an opaque C pointer.
型付けされたUnsafeMutablePointer
を不透明Cポインタへと変換します。
init?(bitPattern : Int)
Creates an
OpaquePointer
from a given address in memory.
メモリ中の与えられたアドレスからOpaquePointer
を作成します。
init?(bitPattern : UInt)
Creates an
OpaquePointer
from a given address in memory.
メモリ中の与えられたアドレスからOpaquePointer
を作成します。