On this page
Type Alias std::os::fd::RawFd
pub type RawFd = c_int;
Raw file descriptors.
Trait Implementations
impl AsRawFd for RawFd
impl FromRawFd for RawFd
unsafe fn from_raw_fd(fd: RawFd) -> RawFd
Constructs a new instance of
Self
from the given raw file descriptor. Read more
impl IntoRawFd for RawFd
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/os/fd/type.RawFd.html