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: u641: u642: u643: u644: u64