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

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

SGX-specific extensions to general I/O primitives

SGX file descriptors behave differently from Unix file descriptors. See the description of TryIntoRawFd for more details.

Traits

AsRawFdExperimental

A trait to extract the raw SGX file descriptor from an underlying object.

FromRawFdExperimental

A trait to express the ability to construct an object from a raw file descriptor.

TryIntoRawFdExperimental

A trait to express the ability to consume an object and acquire ownership of its raw file descriptor.

Type Definitions

RawFdExperimental

A file descriptor.