Crate makepad_objc_sys

Source

Re-exports§

pub use message::send_message as __send_message;
pub use message::send_super_message as __send_super_message;

Modules§

declare
Functionality for declaring Objective-C classes.
rc
Utilities for reference counting Objective-C objects.
runtime

Macros§

class
msg_send
objc_block
objc_block_invoke
sel

Structs§

Encoding
An Objective-C type encoding.
MessageError
An error encountered while attempting to send a message.

Traits§

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.