Struct libffi::high::arity2::Cif2
[−]
[src]
pub struct Cif2<A, B, R> { /* fields omitted */ }
A typed CIF, which statically tracks argument and result types.
Methods
impl<A, B, R> Cif2<A, B, R>
[src]
pub fn new(A: Type<A>, B: Type<B>, result: Type<R>) -> Self
[src]
Creates a new statically-typed CIF with the given argument and result types.
pub fn set_abi(&mut self, abi: FfiAbi)
[src]
Sets the CIF to use the given calling convention.