Type Definition std::os::fd::RawFd

1.0.0 · 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