[][src]Module std::os::fortanix_sgx

🔬 This is a nightly-only experimental API. (sgx_platform #56975)

Functionality specific to the x86_64-fortanix-unknown-sgx target.

This includes functions to deal with memory isolation, usercalls, and the SGX instruction set.

Modules

archExperimental

SGX-specific access to architectural features.

ffiExperimental

SGX-specific extension to the primitives in the std::ffi module

ioExperimental

SGX-specific extensions to general I/O primitives

memExperimental

Functions for querying mapping information for pointers.

threadExperimental

Functions for querying thread-related information.

usercallsExperimental

Low-level interfaces to usercalls. See the ABI documentation for more information.