pub struct MemoryReservation { /* private fields */ }
Expand description
Returns the size of this reservation in bytes
Frees all bytes from this reservation returning the number of bytes freed
Frees capacity
bytes from this reservation
Panics if capacity
exceeds Self::size
Sets the size of this reservation to capacity
Increase the size of this reservation by capacity
bytes
Try to increase the size of this reservation by capacity
bytes
Formats the value using the given formatter.
Read more
Executes the destructor for this type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Instruments this type with the provided
Span
, returning an
Instrumented
wrapper.
Read more
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
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.