#[repr(C)]
pub struct RelBox<T: BasisPointee<B> + ?Sized, A: RawRegionalAllocator, B: Basis = DefaultBasis> { /* private fields */ }
Expand description

A relative counterpart to Box.

Implementations

Returns a reference to the underlying allocator.

Converts to a RelBox<T, A, B>.

Safety

The value in this RelBox must be initialized.

Trait Implementations

Formats the value using the given formatter.
Mutably dereferences the value.
The resulting type after dereferencing.
Dereferences the value.
Formats the value using the given formatter.
Drops the value pointed to by this. Read more
Returns the metadata of the T that this emplaces. Read more
Emplaces a value into a given slot within some memory region. Read more
Performs the mutable indexing (container[index]) operation. Read more
Performs the mutable indexing (container[index]) operation without performing bounds checking Read more
The returned type after indexing.
Performs the indexing (container[index]) operation. Read more
Performs the indexing (container[index]) operation without performing bounds checking Read more
Moves a value into a given slot within some memory region. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
The metadata associated with the pointee in the chosen basis.
An error occurred while converting metadata from the native representation. Read more
An error occurred while converting metadata to the native representation. Read more
Returns the pointer metadata in B corresponding to the given native pointer metadata, or Err if the conversion failed. Read more
Returns the native pointer metadata corresponding to the given pointer metadata in B, or Err if the conversion failed. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Moves a value into a given slot within some memory region. Read more
Moves a Sized value into a given slot within some memory region.
Moves a Sized value into a given slot within some memory region. Read more
The type for metadata in pointers and references to Self.
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.