Struct deno_libffi::high::arity0::Cif0[][src]

pub struct Cif0<R> { /* fields omitted */ }
Expand description

A typed CIF, which statically tracks argument and result types.

Implementations

Creates a new statically-typed CIF with the given argument and result types.

Sets the CIF to use the given calling convention.

Creates a new statically-typed CIF by reifying the argument types as Type<T>s.

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.