Type Definition std::os::wasi::io::RawFd1.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.

Extracts the raw file descriptor. Read more

This is supported on Unix only.

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

This is supported on Unix only.

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