#[repr(C)]
pub union PROFILER_HEAP_OBJECT_OPTIONAL_INFO_0 {
Show 13 fields pub prototype: usize, pub functionName: PCWSTR, pub elementAttributesSize: u32, pub elementTextChildrenSize: u32, pub scopeList: *mut PROFILER_HEAP_OBJECT_SCOPE_LIST, pub internalProperty: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP, pub namePropertyList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LIST, pub indexPropertyList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LIST, pub relationshipList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LIST, pub eventList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LIST, pub weakMapCollectionList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LIST, pub mapCollectionList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LIST, pub setCollectionList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LIST,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"

Fields

prototype: usizefunctionName: PCWSTRelementAttributesSize: u32elementTextChildrenSize: u32scopeList: *mut PROFILER_HEAP_OBJECT_SCOPE_LISTinternalProperty: *mut PROFILER_HEAP_OBJECT_RELATIONSHIPnamePropertyList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LISTindexPropertyList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LISTrelationshipList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LISTeventList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LISTweakMapCollectionList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LISTmapCollectionList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LISTsetCollectionList: *mut PROFILER_HEAP_OBJECT_RELATIONSHIP_LIST

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.