Struct ash::vk::DeviceDeviceMemoryReportCreateInfoEXT  
source · #[repr(C)]pub struct DeviceDeviceMemoryReportCreateInfoEXT {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: DeviceMemoryReportFlagsEXT,
    pub pfn_user_callback: PFN_vkDeviceMemoryReportCallbackEXT,
    pub p_user_data: *mut c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: DeviceMemoryReportFlagsEXT§pfn_user_callback: PFN_vkDeviceMemoryReportCallbackEXT§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 more