Struct ash::vk::PhysicalDeviceVulkanMemoryModelFeatures
source · #[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§
source§impl Clone for PhysicalDeviceVulkanMemoryModelFeatures
impl Clone for PhysicalDeviceVulkanMemoryModelFeatures
source§fn clone(&self) -> PhysicalDeviceVulkanMemoryModelFeatures
fn clone(&self) -> PhysicalDeviceVulkanMemoryModelFeatures
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl TaggedStructure for PhysicalDeviceVulkanMemoryModelFeatures
impl TaggedStructure for PhysicalDeviceVulkanMemoryModelFeatures
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES
impl Copy for PhysicalDeviceVulkanMemoryModelFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceVulkanMemoryModelFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVulkanMemoryModelFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVulkanMemoryModelFeatures
impl RefUnwindSafe for PhysicalDeviceVulkanMemoryModelFeatures
impl !Send for PhysicalDeviceVulkanMemoryModelFeatures
impl !Sync for PhysicalDeviceVulkanMemoryModelFeatures
impl Unpin for PhysicalDeviceVulkanMemoryModelFeatures
impl UnwindSafe for PhysicalDeviceVulkanMemoryModelFeatures
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more