☰
RawFd
Trait Implementations
AsRawFd
FromRawFd
IntoRawFd
In rustix::fd
?
Type Alias
rustix
::
fd
::
RawFd
1.0.0
·
source
·
[
−
]
pub type RawFd =
i32
;
Expand description
Raw file descriptors.
Trait Implementations
§
1.48.0
·
source
§
impl
AsRawFd
for
i32
source
§
fn
as_raw_fd
(&self) ->
i32
Extracts the raw file descriptor.
Read more
1.48.0
·
source
§
impl
FromRawFd
for
i32
source
§
unsafe fn
from_raw_fd
(fd:
i32
) ->
i32
Constructs a new instance of
Self
from the given raw file descriptor.
Read more
1.48.0
·
source
§
impl
IntoRawFd
for
i32
source
§
fn
into_raw_fd
(self) ->
i32
Consumes this object, returning the raw underlying file descriptor.
Read more