Struct gpu_alloc::MemoryType
source · [−]pub struct MemoryType {
pub heap: u32,
pub props: MemoryPropertyFlags,
}Expand description
Defines memory type.
Fields
heap: u32Heap index of the memory type.
props: MemoryPropertyFlagsPropety flags of the memory type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryType
impl Send for MemoryType
impl Sync for MemoryType
impl Unpin for MemoryType
impl UnwindSafe for MemoryType
Blanket Implementations
Mutably borrows from an owned value. Read more