Module ami::void_pointer [] [src]

Deprecated since 0.4.0

: Use *mut Void instead.

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

Structs

TypePointer [
Deprecated
]

A type that represents a T* in C.

VoidPointer [
Deprecated
]

A type that represents a void* in C.

Constants

NULL [
Deprecated
]

Equivalent of NULL in C.

Traits

PointerCast [
Deprecated
]

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