[−][src]Module std::os::fortanix_sgx::io
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
AsRawFd | Experimental A trait to extract the raw SGX file descriptor from an underlying object. |
FromRawFd | Experimental A trait to express the ability to construct an object from a raw file descriptor. |
TryIntoRawFd | Experimental A trait to express the ability to consume an object and acquire ownership of its raw file descriptor. |
Type Definitions
RawFd | Experimental A file descriptor. |