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: u641: u64