Struct unity_native_plugin_sys::VkPhysicalDeviceExternalMemoryHostPropertiesEXT [−][src]
#[repr(C)]pub struct VkPhysicalDeviceExternalMemoryHostPropertiesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub minImportedHostPointerAlignment: VkDeviceSize,
}Fields
sType: VkStructureTypepNext: *mut c_voidminImportedHostPointerAlignment: VkDeviceSizeTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more