Struct fortanix_sgx_abi::async::Usercall [−][src]
#[repr(C)]pub struct Usercall(pub u64, pub u64, pub u64, pub u64, pub u64);
Expand description
A usercall. The elements correspond to the RDI, RSI, RDX, R8, and R9 registers in the synchronous calling convention.
Tuple Fields
0: u64
1: u64
2: u64
3: u64
4: u64