Struct vulkanalia_sys::MemoryType
source · [−]#[repr(C)]pub struct MemoryType {
pub property_flags: MemoryPropertyFlags,
pub heap_index: u32,
}Expand description
Fields
property_flags: MemoryPropertyFlagsheap_index: u32Trait 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 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