pub struct PhysicalDeviceProtectedMemoryPropertiesBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceProtectedMemoryProperties with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
pub fn protected_no_fault(self, value: bool) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
impl<'a> Deref for PhysicalDeviceProtectedMemoryPropertiesBuilder<'a>
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> UnsafeUnpin 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