pub struct DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
impl<'a> DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
pub fn flags( self, flags: DeviceMemoryReportFlagsEXT ) -> DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
pub fn pfn_user_callback( self, pfn_user_callback: Option<unsafe extern "system" fn(_: *const DeviceMemoryReportCallbackDataEXT, _: *mut c_void)> ) -> DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
pub fn user_data( self, user_data: *mut c_void ) -> DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
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>
§type Target = DeviceDeviceMemoryReportCreateInfoEXT
type Target = DeviceDeviceMemoryReportCreateInfoEXT
The resulting type after dereferencing.