Struct ash::vk::PhysicalDeviceVulkanMemoryModelFeatures [−][src]
#[repr(C)]pub struct PhysicalDeviceVulkanMemoryModelFeatures { pub s_type: StructureType, pub p_next: *mut c_void, pub vulkan_memory_model: Bool32, pub vulkan_memory_model_device_scope: Bool32, pub vulkan_memory_model_availability_visibility_chains: Bool32, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
vulkan_memory_model: Bool32
vulkan_memory_model_device_scope: Bool32
vulkan_memory_model_availability_visibility_chains: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PhysicalDeviceVulkanMemoryModelFeatures
impl !Sync for PhysicalDeviceVulkanMemoryModelFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more