pub struct DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl<'a> DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
pub fn flags(self, flags: DeviceMemoryReportFlagsEXT) -> Self
pub fn pfn_user_callback( self, pfn_user_callback: PFN_vkDeviceMemoryReportCallbackEXT ) -> Self
pub fn user_data(self, user_data: *mut c_void) -> Self
sourcepub fn build(self) -> DeviceDeviceMemoryReportCreateInfoEXT
pub fn build(self) -> DeviceDeviceMemoryReportCreateInfoEXT
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§
source§impl<'a> Deref for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl<'a> Deref for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
source§impl<'a> DerefMut for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl<'a> DerefMut for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl<'a> !Send for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl<'a> !Sync for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl<'a> Unpin for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for DeviceDeviceMemoryReportCreateInfoEXTBuilder<'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