[][src]Trait inkwell::execution_engine::UnsafeFunctionPointer

pub trait UnsafeFunctionPointer: SealedUnsafeFunctionPointer { }

Marker trait representing an unsafe function pointer (unsafe extern "C" fn(A, B, ...) -> Output).

Implementors

impl<F: SealedUnsafeFunctionPointer> UnsafeFunctionPointer for F[src]

Loading content...