Struct gpu_alloc::MemoryType [−][src]
pub struct MemoryType {
pub heap: u32,
pub props: MemoryPropertyFlags,
}Defines memory type.
Fields
heap: u32Heap index of the memory type.
props: MemoryPropertyFlagsPropety 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 MemoryTypeimpl Send for MemoryType
impl Send for MemoryTypeimpl Sync for MemoryType
impl Sync for MemoryTypeimpl Unpin for MemoryType
impl Unpin for MemoryTypeimpl UnwindSafe for MemoryType
impl UnwindSafe for MemoryType