W3cubDocs

/Rust

Struct std::heap::CannotReallocInPlace

pub struct CannotReallocInPlace;
🔬 This is a nightly-only experimental API. (allocator_api #32838)the precise API and guarantees it provides may be tweaked slightly, especially to possibly take into account the types being stored to make room for a future tracing garbage collector

The CannotReallocInPlace error is used when grow_in_place or shrink_in_place were unable to reuse the given memory block for a requested layout.

Methods

impl CannotReallocInPlace [src]

[src]

🔬 This is a nightly-only experimental API. (allocator_api #32838)the precise API and guarantees it provides may be tweaked slightly, especially to possibly take into account the types being stored to make room for a future tracing garbage collector

Trait Implementations

impl PartialEq<CannotReallocInPlace> for CannotReallocInPlace [src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for CannotReallocInPlace [src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CannotReallocInPlace [src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for CannotReallocInPlace [src]

impl Display for CannotReallocInPlace [src]

[src]

Formats the value using the given formatter. Read more

impl Error for CannotReallocInPlace [src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/heap/struct.CannotReallocInPlace.html