Struct bitflags::__core::boxed::Box [] [src]

pub struct Box<T> where T: ?Sized(_);
1.0.0
[]

A pointer type for heap allocation.

See the module-level documentation for more.