Struct cl_generic_vec::raw::BoxStorage[][src]

pub struct BoxStorage<S: ?Sized + Storage>(pub Box<S>);
Expand description

Wrapper for a Box<S>. Needed to implement some traits that could not be implemented on Box directly

Tuple Fields

0: Box<S>

Trait Implementations

Performs the conversion.

Performs the conversion.

The type of item that this storage can contain

Reserves space for at least new_capacity elements Read more

Tries to reserve space for at least new_capacity elements Read more

Creates a new storage with at least the given storage capacity

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.