#[repr(C)]pub struct PhysicalDeviceVulkanMemoryModelFeatures {
pub s_type: StructureType,
pub 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: StructureTypenext: *mut c_voidvulkan_memory_model: Bool32vulkan_memory_model_device_scope: Bool32vulkan_memory_model_availability_visibility_chains: Bool32Trait Implementations
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 !Send for PhysicalDeviceVulkanMemoryModelFeatures
impl !Sync for PhysicalDeviceVulkanMemoryModelFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more