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

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

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

Methods

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

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

Sets the CIF to use the given calling convention.

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

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