Struct alloc::alloc::LayoutErr1.28.0[][src]

pub struct LayoutErr { /* fields omitted */ }

The parameters given to Layout::from_size_align or some other Layout constructor do not satisfy its documented constraints.

Trait Implementations

impl Debug for LayoutErr
[src]

Formats the value using the given formatter. Read more

impl From<LayoutErr> for CollectionAllocErr
[src]

Performs the conversion.

impl Clone for LayoutErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LayoutErr
[src]

impl PartialEq<LayoutErr> for LayoutErr
[src]

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

This method tests for !=.

impl Display for LayoutErr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LayoutErr

impl Sync for LayoutErr