Module drmem_api::driver

source ·
Expand description

This module defines types and interfaces that driver use to interact with the core of DrMem.

Structs

A handle which is used to communicate with the core of DrMem. When a driver is created, it will be given a handle to be used throughout its life.

Enums

Defines the requests that can be sent to core.

Traits

All drivers implement the driver::API trait.

Type Definitions