Enum vulkano::memory::DedicatedAlloc [] [src]

pub enum DedicatedAlloc<'a> {
    None,
    Buffer(&'a UnsafeBuffer),
    Image(&'a UnsafeImage),
}

Variants

Trait Implementations

impl<'a> Debug for DedicatedAlloc<'a>
[src]

Formats the value using the given formatter.

impl<'a> Copy for DedicatedAlloc<'a>
[src]

impl<'a> Clone for DedicatedAlloc<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more