Struct fortanix_sgx_abi::async::Return [−][src]
#[repr(C)]pub struct Return(pub u64, pub u64);
Expand description
The return value of a usercall. The elements correspond to the RSI and RDX registers in the synchronous calling convention.
Tuple Fields
0: u64
1: u64