Struct gpu_alloc::MemoryType [−][src]
pub struct MemoryType { pub heap: u32, pub props: MemoryPropertyFlags, }
Defines memory type.
Fields
heap: u32
Heap index of the memory type.
props: MemoryPropertyFlags
Propety flags of the memory type.
Trait Implementations
impl Clone for MemoryType
[src]
impl Clone for MemoryType
[src]pub fn clone(&self) -> MemoryType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for MemoryType
[src]
impl Copy for MemoryType
[src]Auto Trait Implementations
impl RefUnwindSafe for MemoryType
impl RefUnwindSafe for MemoryType
impl Send for MemoryType
impl Send for MemoryType
impl Sync for MemoryType
impl Sync for MemoryType
impl Unpin for MemoryType
impl Unpin for MemoryType
impl UnwindSafe for MemoryType
impl UnwindSafe for MemoryType