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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> Deref for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceProtectedMemoryPropertiesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> !Send for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceProtectedMemoryPropertiesBuilder<'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