pub struct PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceVulkanMemoryModelFeatures with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
pub fn vulkan_memory_model( self, value: bool, ) -> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
pub fn vulkan_memory_model_device_scope( self, value: bool, ) -> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
pub fn vulkan_memory_model_availability_visibility_chains( self, value: bool, ) -> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
Prepend a struct to the pNext chain. See PhysicalDeviceVulkanMemoryModelFeatures’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
Source§type Target = PhysicalDeviceVulkanMemoryModelFeatures
type Target = PhysicalDeviceVulkanMemoryModelFeatures
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
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> UnsafeUnpin 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