Struct libffi::high::arity5::Cif5 [] [src]

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

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

Methods

impl<A, B, C, D, E, R> Cif5<A, B, C, D, E, R>
[src]

[src]

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

[src]

Sets the CIF to use the given calling convention.

impl<A: CType, B: CType, C: CType, D: CType, E: CType, R: CType> Cif5<A, B, C, D, E, R>
[src]

[src]

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