Struct ash::vk::DeviceMemoryReportCallbackDataEXT
source · #[repr(C)]pub struct DeviceMemoryReportCallbackDataEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub flags: DeviceMemoryReportFlagsEXT,
pub ty: 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: StructureType
§p_next: *mut c_void
§flags: DeviceMemoryReportFlagsEXT
§ty: DeviceMemoryReportEventTypeEXT
§memory_object_id: u64
§size: DeviceSize
§object_type: ObjectType
§object_handle: u64
§heap_index: u32
Implementations§
source§impl DeviceMemoryReportCallbackDataEXT
impl DeviceMemoryReportCallbackDataEXT
pub fn builder<'a>() -> DeviceMemoryReportCallbackDataEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceMemoryReportCallbackDataEXT
impl Clone for DeviceMemoryReportCallbackDataEXT
source§fn clone(&self) -> DeviceMemoryReportCallbackDataEXT
fn clone(&self) -> DeviceMemoryReportCallbackDataEXT
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