pub struct PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
pub fn vulkan_memory_model(self, vulkan_memory_model: bool) -> Self
pub fn vulkan_memory_model_device_scope( self, vulkan_memory_model_device_scope: bool ) -> Self
pub fn vulkan_memory_model_availability_visibility_chains( self, vulkan_memory_model_availability_visibility_chains: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceVulkanMemoryModelFeatures
pub fn build(self) -> PhysicalDeviceVulkanMemoryModelFeatures
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
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