#[repr(transparent)]pub struct PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
pub fn vulkan_memory_model(
self,
vulkan_memory_model: bool
) -> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
pub fn vulkan_memory_model_device_scope(
self,
vulkan_memory_model_device_scope: bool
) -> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
pub fn vulkan_memory_model_availability_visibility_chains(
self,
vulkan_memory_model_availability_visibility_chains: bool
) -> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
type Target = PhysicalDeviceVulkanMemoryModelFeatures
type Target = PhysicalDeviceVulkanMemoryModelFeatures
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more