Struct arena::DroplessArena[][src]

pub struct DroplessArena { /* fields omitted */ }

Methods

impl DroplessArena
[src]

Allocates a slice of objects that are copied into the DroplessArena, returning a mutable reference to it. Will panic if passed a zero-sized type.

Panics:

  • Zero-sized types
  • Zero-length slices

Trait Implementations

Auto Trait Implementations

impl !Sync for DroplessArena