Searched defs:MmapMut (Results 1 – 1 of 1) sorted by relevance
49 pub struct MmapMut(memmap2::MmapMut); struct52 pub struct MmapMut(Vec<u8>); struct55 impl MmapMut { impl75 impl MmapMut { impl93 impl Deref for MmapMut { implementation102 impl DerefMut for MmapMut { implementation