Struct deno_libffi::high::arity12::ClosureMut12[][src]

pub struct ClosureMut12<'a, A, B, C, D, E, F, G, H, I, J, K, L, R> { /* fields omitted */ }
Expand description

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

Implementations

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

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.

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.