std
1.84.0-nightly
(3fee0f12e 2024-11-20)
RawFd
Trait Implementations
AsRawFd
FromRawFd
IntoRawFd
In std::
os::
fd
std
::
os
::
fd
Type Alias
RawFd
Copy item path
1.0.0
·
Source
pub type RawFd =
c_int
;
Expand description
Raw file descriptors.
Trait Implementations
§
1.48.0
·
Source
§
impl
AsRawFd
for
RawFd
Source
§
fn
as_raw_fd
(&self) ->
RawFd
Extracts the raw file descriptor.
Read more
1.48.0
·
Source
§
impl
FromRawFd
for
RawFd
Source
§
unsafe fn
from_raw_fd
(fd:
RawFd
) ->
RawFd
Constructs a new instance of
Self
from the given raw file descriptor.
Read more
1.48.0
·
Source
§
impl
IntoRawFd
for
RawFd
Source
§
fn
into_raw_fd
(self) ->
RawFd
Consumes this object, returning the raw underlying file descriptor.
Read more