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]
pub fn new(A: Type<A>, 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.