func unsafeAddressOf(_: AnyObject) Returns an UnsafePointer to the storage used for object. There's not much you can do with this other than use it to identify the object. Declaration func unsafeAddressOf(object: AnyObject) -> UnsafePointer<Void>