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

pub struct StdMemoryPoolAlloc { /* fields omitted */ }

Methods

impl StdMemoryPoolAlloc
[src]

[src]

Trait Implementations

impl Debug for StdMemoryPoolAlloc
[src]

[src]

Formats the value using the given formatter.

impl MemoryPoolAlloc for StdMemoryPoolAlloc
[src]

[src]

Returns the memory object from which this is allocated.

[src]

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

[src]

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