#[repr(transparent)]pub struct PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
pub fn device_memory_report(
self,
device_memory_report: bool
) -> PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceDeviceMemoryReportFeaturesEXT
pub fn build(self) -> PhysicalDeviceDeviceMemoryReportFeaturesEXT
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
sourceimpl<'a> Deref for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
type Target = PhysicalDeviceDeviceMemoryReportFeaturesEXT
type Target = PhysicalDeviceDeviceMemoryReportFeaturesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'_>
Auto Trait Implementations
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> UnwindSafe for PhysicalDeviceDeviceMemoryReportFeaturesEXTBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more