Struct libffi::high::arity6::Cif6 [] [src]

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

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

Methods

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

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