pub struct DeviceDeviceMemoryReportCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: DeviceMemoryReportFlagsEXT,
pub pfn_user_callback: Option<unsafe extern "system" fn(_: *const DeviceMemoryReportCallbackDataEXT, _: *mut c_void)>,
pub p_user_data: *mut c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: DeviceMemoryReportFlagsEXT§pfn_user_callback: Option<unsafe extern "system" fn(_: *const DeviceMemoryReportCallbackDataEXT, _: *mut c_void)>§p_user_data: *mut c_voidImplementations§
source§impl DeviceDeviceMemoryReportCreateInfoEXT
impl DeviceDeviceMemoryReportCreateInfoEXT
pub fn builder<'a>() -> DeviceDeviceMemoryReportCreateInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceDeviceMemoryReportCreateInfoEXT
impl Clone for DeviceDeviceMemoryReportCreateInfoEXT
source§fn clone(&self) -> DeviceDeviceMemoryReportCreateInfoEXT
fn clone(&self) -> DeviceDeviceMemoryReportCreateInfoEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DeviceDeviceMemoryReportCreateInfoEXT
impl Default for DeviceDeviceMemoryReportCreateInfoEXT
source§fn default() -> DeviceDeviceMemoryReportCreateInfoEXT
fn default() -> DeviceDeviceMemoryReportCreateInfoEXT
Returns the “default value” for a type. Read more