Struct vulkano::instance::MemoryHeap [] [src]

pub struct MemoryHeap<'a> { /* fields omitted */ }

Represents a memory heap in a physical device.

Methods

impl<'a> MemoryHeap<'a>
[src]

[src]

Returns the physical device associated to this memory heap.

[src]

Returns the identifier of this memory heap within the physical device.

[src]

Returns the size in bytes on this heap.

[src]

Returns true if the heap is local to the GPU.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for MemoryHeap<'a>

impl<'a> Sync for MemoryHeap<'a>