Type Alias Chunk

Source
pub type Chunk = Chunk<Mmap>;
Expand description

The chunk type of the crate::base::Mmap backend.

See Chunk for more information.

Aliased Type§

struct Chunk {
    pub handle: ManuallyDrop<MmapMut>,
    /* private fields */
}

Fields§

§handle: ManuallyDrop<MmapMut>