pub struct PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceDeviceMemoryReportFeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
pub fn device_memory_report( self, value: bool, ) -> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
Prepend a struct to the pNext chain. See PhysicalDeviceDeviceMemoryReportFeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
Source§type Target = PhysicalDeviceDeviceMemoryReportFeaturesEXT
type Target = PhysicalDeviceDeviceMemoryReportFeaturesEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'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