Struct ash::vk::MemoryType [−][src]
#[repr(C)]pub struct MemoryType { pub property_flags: MemoryPropertyFlags, pub heap_index: u32, }
Expand description
Fields
property_flags: MemoryPropertyFlags
heap_index: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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