Docs.rs
v2p-0.1.0
v2p 0.1.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
jabedude
Dependencies
byteorder ^1.3.1
normal
libc ^0.2.58
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
v2p
0.1.0
v2p
Function
virt_to_phys
Copy item path
Source
pub fn virt_to_phys<T>(virt:
*const T
) ->
Result
<
*const T
,
Error
>