#[repr(C)]pub struct DeviceDeviceMemoryReportCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: DeviceMemoryReportFlagsEXT,
pub user_callback: PFN_vkDeviceMemoryReportCallbackEXT,
pub user_data: *mut c_void,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: DeviceMemoryReportFlagsEXTuser_callback: PFN_vkDeviceMemoryReportCallbackEXTuser_data: *mut c_voidTrait Implementations
Auto Trait Implementations
impl !Send for DeviceDeviceMemoryReportCreateInfoEXT
impl !Sync for DeviceDeviceMemoryReportCreateInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more