Struct core::alloc::LayoutErr [−][src]
pub struct LayoutErr { /* fields omitted */ }🔬 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 parameters given to Layout::from_size_align do not satisfy
its documented constraints.
Trait Implementations
impl Clone for LayoutErr[src]
impl Clone for LayoutErrfn clone(&self) -> LayoutErr[src]
fn clone(&self) -> LayoutErrReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for LayoutErr[src]
impl PartialEq for LayoutErrfn eq(&self, other: &LayoutErr) -> bool[src]
fn eq(&self, other: &LayoutErr) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LayoutErr) -> bool[src]
fn ne(&self, other: &LayoutErr) -> boolThis method tests for !=.
impl Eq for LayoutErr[src]
impl Eq for LayoutErrimpl Debug for LayoutErr[src]
impl Debug for LayoutErrfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for LayoutErr[src]
impl Display for LayoutErr