Docs.rs
tiny-std-0.2.0
tiny-std 0.2.0
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
MarcusGrass
Dependencies
rusl ^0.2.0
normal
sc ^0.2.7
normal
tiny-start ^0.1.0
normal
Versions
39.35%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
tiny_std
0.2.0
AsRawFd
Required Methods
as_raw_fd
Implementors
In tiny_std::unix::fd
?
Trait
tiny_std
::
unix
::
fd
::
AsRawFd
source
·
[
−
]
pub trait AsRawFd { // Required method fn
as_raw_fd
(&self) ->
RawFd
; }
Required Methods
§
source
fn
as_raw_fd
(&self) ->
RawFd
Implementors
§
source
§
impl
AsRawFd
for
File
source
§
impl
AsRawFd
for
UnixStream
source
§
impl
AsRawFd
for
OwnedFd
source
§
impl<'a>
AsRawFd
for
BorrowedFd
<'a>