Struct libffi::high::arity1::Cif1 [] [src]

pub struct Cif1<A, R> { /* fields omitted */ }

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

Methods

impl<A, R> Cif1<A, 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, R: CType> Cif1<A, R>
[src]

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