Type Definition sgx_tstd::os::fd::RawFd

source · []
pub type RawFd = c_int;
Expand description

Raw file descriptors.

Trait Implementations

Extracts the raw file descriptor. Read more
Constructs a new instance of Self from the given raw file descriptor. Read more
Consumes this object, returning the raw underlying file descriptor. Read more