#[repr(C)]pub struct DeviceMemoryReportCallbackDataEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub flags: DeviceMemoryReportFlagsEXT,
pub type_: DeviceMemoryReportEventTypeEXT,
pub memory_object_id: u64,
pub size: DeviceSize,
pub object_type: ObjectType,
pub object_handle: u64,
pub heap_index: u32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidflags: DeviceMemoryReportFlagsEXTtype_: DeviceMemoryReportEventTypeEXTmemory_object_id: u64size: DeviceSizeobject_type: ObjectTypeobject_handle: u64heap_index: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for DeviceMemoryReportCallbackDataEXT
impl !Sync for DeviceMemoryReportCallbackDataEXT
impl Unpin for DeviceMemoryReportCallbackDataEXT
Blanket Implementations
Mutably borrows from an owned value. Read more