Struct lrs::bx::BoxBuf

A heap-allocated object.

Syntax

struct BoxBuf<T, Heap = Libc>
    where Heap: Allocator,
{
    /* private fields */
}

Methods

ReceiverNameDescription
selfset

Stores a value in the buffer, creating a real Box.

Trait implementations

NameDescription
Drop

Objects with a destructor.