Type Definition std::os::wasi::io::RawFd [−][src]
type RawFd = u32;
🔬 This is a nightly-only experimental API. (
wasi_ext)This is supported on WASI only.
Expand description
Raw file descriptors.
Trait Implementations
🔬 This is a nightly-only experimental API. (
wasi_ext)Constructs a new instance of Self from the given raw file
descriptor. Read more