Struct bern_kernel::mem::boxed::Box [−][src]
pub struct Box<T> { /* fields omitted */ }Expand description
A pointer type for dynamically allocated memory.
For more details see module-level documentation
pub struct Box<T> { /* fields omitted */ }A pointer type for dynamically allocated memory.
For more details see module-level documentation