#[repr(C)]pub struct PhysicalDeviceVulkanMemoryModelFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub vulkan_memory_model: u32,
pub vulkan_memory_model_device_scope: u32,
pub vulkan_memory_model_availability_visibility_chains: u32,
}Expand description
VkPhysicalDeviceVulkanMemoryModelFeatures
Provided by VK_BASE_VERSION_1_2.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES.
p_next: *mut c_voidOptional, may be null.
vulkan_memory_model: u32§vulkan_memory_model_device_scope: u32§vulkan_memory_model_availability_visibility_chains: u32Implementations§
Source§impl PhysicalDeviceVulkanMemoryModelFeatures
impl PhysicalDeviceVulkanMemoryModelFeatures
Sourcepub fn builder<'a>() -> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceVulkanMemoryModelFeatures
impl Clone for PhysicalDeviceVulkanMemoryModelFeatures
Source§fn clone(&self) -> PhysicalDeviceVulkanMemoryModelFeatures
fn clone(&self) -> PhysicalDeviceVulkanMemoryModelFeatures
Returns a duplicate 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 moreimpl 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 UnsafeUnpin 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