Struct unity_native_plugin_sys::VkMemoryPriorityAllocateInfoEXT [−][src]
#[repr(C)]pub struct VkMemoryPriorityAllocateInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub priority: f32,
}Fields
sType: VkStructureTypepNext: *const c_voidpriority: f32Trait Implementations
Auto Trait Implementations
impl !Send for VkMemoryPriorityAllocateInfoEXT
impl !Sync for VkMemoryPriorityAllocateInfoEXT
impl Unpin for VkMemoryPriorityAllocateInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more