Struct vulkano::memory::pool::StdMemoryPoolAlloc[][src]

pub struct StdMemoryPoolAlloc { /* fields omitted */ }

Methods

impl StdMemoryPoolAlloc
[src]

Trait Implementations

impl Debug for StdMemoryPoolAlloc
[src]

Formats the value using the given formatter. Read more

impl MemoryPoolAlloc for StdMemoryPoolAlloc
[src]

Returns the memory object from which this is allocated.

Returns the memory object from which this is allocated. Returns None if the memory is not mapped. Read more

Returns the offset at the start of the memory where the first byte of this allocation resides. Read more

Auto Trait Implementations