Home
last modified time | relevance | path

Searched defs:MmapRaw (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/memmap2/src/
Dlib.rs496 pub fn map_raw<T: MmapAsRawDesc>(&self, file: T) -> Result<MmapRaw> { in map_raw()
511 pub fn map_raw_read_only<T: MmapAsRawDesc>(&self, file: T) -> Result<MmapRaw> { in map_raw_read_only()
733 pub struct MmapRaw { struct
737 impl MmapRaw { implementation
746 pub fn map_raw<T: MmapAsRawDesc>(file: T) -> Result<MmapRaw> { in map_raw()
914 impl fmt::Debug for MmapRaw { implementation
923 impl From<Mmap> for MmapRaw { implementation
929 impl From<MmapMut> for MmapRaw { implementation