Module ami::void_pointer [] [src]

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

Structs

TypePointer

A type that represents a T* in C.

VoidPointer

A type that represents a void* in C.

Constants

NULL

Equivalent of NULL in C.

Traits

PointerCast

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