Function sparse_mmap::unix::new_mappable_from_file

source ยท
pub fn new_mappable_from_file(
    file: &File,
    _writable: bool,
    _executable: bool,
) -> Result<Mappable>
Expand description

Creates a new mappable from a file.

N.B. writable and executable have no effect on Linux.