pub unsafe extern "C" fn CPLVirtualMemGetAccessMode(
    ctxt: *mut CPLVirtualMem
) -> Type
Expand description

Return the access mode of the virtual memory mapping.

@param ctxt context returned by CPLVirtualMemNew(). @return the access mode of the virtual memory mapping.

@since GDAL 1.11