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, ) -> PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
pub fn memory_map_range_placed( self, value: bool, ) -> PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
pub fn memory_unmap_reserve( self, value: bool, ) -> PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
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>
Source§type Target = PhysicalDeviceMapMemoryPlacedFeaturesEXT
type Target = PhysicalDeviceMapMemoryPlacedFeaturesEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceMapMemoryPlacedFeaturesEXTBuilder<'a>
impl<'a> DerefMut 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