Searched defs:MmapRaw (Results 1 – 1 of 1) sorted by relevance
496 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 { struct737 impl MmapRaw { implementation746 pub fn map_raw<T: MmapAsRawDesc>(file: T) -> Result<MmapRaw> { in map_raw()914 impl fmt::Debug for MmapRaw { implementation923 impl From<Mmap> for MmapRaw { implementation929 impl From<MmapMut> for MmapRaw { implementation