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.
- An Objective-C object.
- A type that represents an Objective-C protocol.
- A method selector.
Constants
Type Definitions
- BOOLDeprecated
- A pointer to the start of a method implementation.