Struct alloc::alloc::LayoutError 1.50.0[−][src]
pub struct LayoutError { /* fields omitted */ }
Expand description
The parameters given to Layout::from_size_align
or some other Layout
constructor
do not satisfy its documented constraints.
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more