Struct vulkanalia_sys::MemoryHeap
source · [−]#[repr(C)]pub struct MemoryHeap {
pub size: DeviceSize,
pub flags: MemoryHeapFlags,
}Expand description
Fields
size: DeviceSizeflags: MemoryHeapFlagsTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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