pub struct PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceMapMemoryPlacedFeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
pub fn memory_map_placed(self, value: bool) -> Self
pub fn memory_map_range_placed(self, value: bool) -> Self
pub fn memory_unmap_reserve(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceMapMemoryPlacedFeaturesEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceMapMemoryPlacedFeaturesEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceMapMemoryPlacedFeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'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