Struct unqlite::Mmap [] [src]

pub struct Mmap {
    pub ptr: *mut c_void,
    pub size: i64,
}

UnQLite hosted memory mapped file

Fields

Trait Implementations

impl Drop for Mmap
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Mmap

impl !Sync for Mmap