[−][src]Module objc::runtime
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
Class | A type that represents an Objective-C class. |
Ivar | A type that represents an instance variable. |
Method | A type that represents a method in a class definition. |
Object | A type that represents an instance of a class. |
Protocol | A type that represents an Objective-C protocol. |
Sel | A type that represents a method selector. |
Constants
NO | The equivalent of false for Objective-C's |
YES | The equivalent of true for Objective-C's |
Functions
Type Definitions
BOOL | The Objective-C |
Imp | A pointer to the start of a method implementation. |