Type Definition std::os::wasi::io::RawFd 1.0.0[−][src]
pub type RawFd = c_int;
This is supported on WASI only.
Expand description
Raw file descriptors.
Trait Implementations
This is supported on Unix only.
Constructs a new instance of Self
from the given raw file
descriptor. Read more