Struct core::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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.