[][src]Crate aligned_box

Traits and implementations for the allocation of aligned heap memory.

Enums

AlignedBoxError

Error type for custom errors of AlignedBox.

Traits

AlignedBox

Allows moving single values into aligned heap memory.

AlignedBoxedSliceFromDefault

Allows allocating aligned heap memory for multiple values and initializing them with default values.

AlignedBoxedSliceFromValue

Allows allocating aligned heap memory for multiple values and initializing them by copying a template value.