pub struct CannotReallocInPlace;
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.
impl CannotReallocInPlace
[src]
fn description(&self) -> &str
[src]
impl PartialEq<CannotReallocInPlace> for CannotReallocInPlace
[src]
fn eq(&self, __arg_0: &CannotReallocInPlace) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Debug for CannotReallocInPlace
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Clone for CannotReallocInPlace
[src]
fn clone(&self) -> CannotReallocInPlace
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Eq for CannotReallocInPlace
[src]
impl Display for CannotReallocInPlace
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Error for CannotReallocInPlace
[src]
fn description(&self) -> &str
[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
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