Struct ash::vk::MemoryHeap [−][src]
#[repr(C)]pub struct MemoryHeap { pub size: DeviceSize, pub flags: MemoryHeapFlags, }
Expand description
Fields
size: DeviceSizeflags: MemoryHeapFlagsImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MemoryHeap
impl Send for MemoryHeap
impl Sync for MemoryHeap
impl Unpin for MemoryHeap
impl UnwindSafe for MemoryHeap
Blanket Implementations
Mutably borrows from an owned value. Read more