Module mbox::mbox [] [src]

malloc-based Box.

Structs

MBox

A malloc-backed box. This structure allows Rust to exchange objects with C without cloning.

MSliceIntoIter

The iterator returned from MBox<[T]>::into_iter().