Skip to main content

ResourceAttributesIdentifier

Type Alias ResourceAttributesIdentifier 

Source
pub type ResourceAttributesIdentifier = nvtxResourceAttributes_v0_identifier_t;
Expand description

ResourceAttributes identifier union.

Aliased Type§

#[repr(C)]
pub union ResourceAttributesIdentifier { pub pValue: *const c_void, pub ullValue: u64, }

Fields§

§pValue: *const c_void§ullValue: u64