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

  • Functionality for declaring Objective-C classes.
  • Utilities for reference counting Objective-C objects.

Macros

Structs

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

Traits

  • Types that have an Objective-C type encoding.
  • Types that represent a group of arguments, where each has an Objective-C type encoding.
  • Types that may be sent Objective-C messages. For example: objects, classes, and blocks.
  • Types that may be used as the arguments of an Objective-C message.