pub struct PhysicalDeviceProtectedMemoryPropertiesBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
pub fn protected_no_fault(
self,
protected_no_fault: bool
) -> PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceProtectedMemoryProperties
pub fn build(self) -> PhysicalDeviceProtectedMemoryProperties
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 PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> Deref for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
§type Target = PhysicalDeviceProtectedMemoryProperties
type Target = PhysicalDeviceProtectedMemoryProperties
The resulting type after dereferencing.