Crate block_sys

source ·
👎Deprecated: block-sys is deprecated. Use block2::ffi instead
Expand description

Raw bindings to Apple’s C language extension of blocks

This crate is deprecated. Use block2::ffi instead.

The documentation for these bindings is a mix from GNUStep’s and Apple’s sources, but the ABI specification is really the place you should be looking!

See also the README.md for more background information, and for how to configure the desired runtime.

Structs

Constants

Statics

Functions

Type Aliases

  • Flags used in the final argument to _Block_object_assign() and _Block_object_dispose(). These indicate the type of copy or dispose to perform. Values for _Block_object_assign() and _Block_object_dispose() parameters
  • block_flagsDeprecated
    Block descriptor flags. Values for Block_layout->flags to describe block objects