Crate makepad_objc_sys
Source pub use message::send_message as __send_message;
pub use message::send_super_message as __send_super_message;
- declare
- Functionality for declaring Objective-C classes.
- rc
- Utilities for reference counting Objective-C objects.
- runtime
- class
- msg_send
- objc_block
- objc_block_invoke
- sel
- Encoding
- An Objective-C type encoding.
- MessageError
- An error encountered while attempting to send a message.
- Encode
- Types that have an Objective-C type encoding.
- EncodeArguments
- Types that represent a group of arguments, where each has an Objective-C
type encoding.
- Message
- Types that may be sent Objective-C messages.
For example: objects, classes, and blocks.
- MessageArguments
- Types that may be used as the arguments of an Objective-C message.