Module objc2::runtime[][src]

Expand description

A Rust interface for the functionality of the Objective-C runtime.

For more information on foreign functions, see Apple’s documentation: https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ObjCRuntimeRef/index.html

Structs

The Objective-C BOOL type.

A type that represents an Objective-C class.

A type that represents an instance variable.

A type that represents a method in a class definition.

A type that represents an instance of a class.

A type that represents an Objective-C protocol.

A type that represents a method selector.

Constants

NODeprecated

Use Bool::NO or ffi::NO instead.

YESDeprecated

Use Bool::YES or ffi::YES instead.

Type Definitions

BOOLDeprecated

Use Bool or ffi::BOOL instead.

A pointer to the start of a method implementation.