Expand description
Common imports required to use closure-ffi.
Modules§
- cc
- Defines calling convention marker types for use with
BareFnvariants.
Macros§
- bare_
dyn proc_macros - Shorthand for a
BareFn*type taking a boxed closure.
Structs§
- BareFn
- Wrapper around a
Fnclosure which exposes a bare function thunk that can invoke it without additional arguments. - Bare
FnMut - Wrapper around a
FnMutclosure which exposes a bare function thunk that can invoke it without additional arguments. - Bare
FnOnce - Wrapper around a
FnOnceclosure which exposes a bare function thunk that can invoke it without additional arguments. - JitAlloc
Error - Anonymous error that may be returned by
JitAllocimplementations whenJitAlloc::allocorJitAlloc::releasefail.
Traits§
- JitAlloc
- Generic allocator providing virtual memory suitable for emitting code at runtime.