Struct libffi::high::arity11::Cif11 [] [src]

pub struct Cif11<A, B, C, D, E, F, G, H, I, J, K, R> { /* fields omitted */ }

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

Methods

impl<A, B, C, D, E, F, G, H, I, J, K, R> Cif11<A, B, C, D, E, F, G, H, I, J, K, 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, F: CType, G: CType, H: CType, I: CType, J: CType, K: CType, R: CType> Cif11<A, B, C, D, E, F, G, H, I, J, K, R>
[src]

[src]

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