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)

Extracts the raw file descriptor. Read more

🔬 This is a nightly-only experimental API. (wasi_ext)

Constructs a new instance of Self from the given raw file descriptor. Read more

🔬 This is a nightly-only experimental API. (wasi_ext)

Consumes this object, returning the raw underlying file descriptor. Read more