Module ami::void_pointer [] [src]

This module is for repurposing memory returned from or sent to FFI.

Structs

VoidPointer

A type that represents a void* in C.

Traits

VoidPointerCast

A trait used for casting the void pointer to other pointer types.