Struct libffi::high::arity7::Cif7 [] [src]

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

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

Methods

impl<A, B, C, D, E, F, G, R> Cif7<A, B, C, D, E, F, G, 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, R: CType> Cif7<A, B, C, D, E, F, G, R>
[src]

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