Struct allocator_api::alloc::LayoutErr[][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 Clone for LayoutErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq 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 Eq for LayoutErr
[src]

impl Debug for LayoutErr
[src]

Formats the value using the given formatter. Read more

impl Display for LayoutErr
[src]

Formats the value using the given formatter. Read more

impl From<LayoutErr> for CollectionAllocErr
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for LayoutErr

impl Sync for LayoutErr