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
- 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
- The equivalent of false for Objective-C’s
BOOL
type. - The equivalent of true for Objective-C’s
BOOL
type.
Functions
Type Definitions
- The Objective-C
BOOL
type. - A pointer to the start of a method implementation.