Enum vulkano::memory::pool::AllocLayout [] [src]

pub enum AllocLayout {
    Linear,
    Optimal,
}

Layout of the object being allocated.

Variants

The object has a linear layout.

The object has an optimal layout.

Trait Implementations

impl Debug for AllocLayout
[src]

Formats the value using the given formatter.

impl Copy for AllocLayout
[src]

impl Clone for AllocLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for AllocLayout
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more