Docs.rs
moduvex-runtime-1.0.0
moduvex-runtime 1.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tranhoangtu-it
Dependencies
criterion ^0.5
dev
libc ^0.2
normal
windows-sys ^0.61
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
RawSource
moduvex_
runtime
1.0.0
In moduvex_
runtime::
platform::
sys
moduvex_runtime
::
platform
::
sys
Type Alias
RawSource
Copy item path
Source
pub type RawSource =
RawFd
;
Expand description
Raw I/O handle type.
Unix:
i32
(raw file descriptor)
Windows:
isize
(HANDLE via windows-sys)