Docs.rs
memmap2-0.9.5
memmap2 0.9.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tbu-
RazrFalcon
de-vri-es
allan2
Dependencies
stable_deref_trait ^1.0
normal
optional
owning_ref ^0.4.1
dev
tempfile ^3
dev
libc ^0.2.151
normal
Versions
96.43%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
memmap2
0.9.5
Mmap
AsRaw
Desc
Required Methods
as_raw_desc
Implementations on Foreign Types
&'a T
RawHandle
Implementors
In crate memmap2
memmap2
Trait
MmapAsRawDesc
Copy item path
Source
pub trait MmapAsRawDesc { // Required method fn
as_raw_desc
(&self) ->
MmapRawDescriptor
; }
Required Methods
§
Source
fn
as_raw_desc
(&self) ->
MmapRawDescriptor
Implementations on Foreign Types
§
Source
§
impl
MmapAsRawDesc
for
RawHandle
Source
§
fn
as_raw_desc
(&self) ->
MmapRawDescriptor
Source
§
impl<'a, T>
MmapAsRawDesc
for
&'a T
where T:
AsRawHandle
,
Source
§
fn
as_raw_desc
(&self) ->
MmapRawDescriptor
Implementors
§