Struct libffi::high::arity4::Cif4 [] [src]

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

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

Methods

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

[src]

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