Struct libffi::high::arity8::ClosureMut8 [] [src]

pub struct ClosureMut8<'a, A, B, C, D, E, F, G, H, R> { /* fields omitted */ }

A mutable, typed closure with the given argument and result types.

Methods

impl<'a, A: CType, B: CType, C: CType, D: CType, E: CType, F: CType, G: CType, H: CType, R: CType> ClosureMut8<'a, A, B, C, D, E, F, G, H, R>
[src]

Constructs a typed closure callable from C from a Rust closure.

impl<'a, A, B, C, D, E, F, G, H, R> ClosureMut8<'a, A, B, C, D, E, F, G, H, R>
[src]

Gets the C code pointer that is used to invoke the closure.

Constructs a typed closure callable from C from a CIF describing the calling convention for the resulting function, a callback for the function to call, and userdata to pass to the callback.

impl<'a, A: Copy, B: Copy, C: Copy, D: Copy, E: Copy, F: Copy, G: Copy, H: Copy, R> ClosureMut8<'a, A, B, C, D, E, F, G, H, R>
[src]

Constructs a typed closure callable from C from a CIF describing the calling convention for the resulting function and the Rust closure to call.