#[repr(transparent)]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) -> Self
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.