Skip to main content

ResourceAttributes

Type Alias ResourceAttributes 

Source
pub type ResourceAttributes = nvtxResourceAttributes_t;
Expand description

Struct representing all possible Resource attributes.

Aliased Type§

#[repr(C)]
pub struct ResourceAttributes { pub version: u16, pub size: u16, pub identifierType: i32, pub identifier: nvtxResourceAttributes_v0_identifier_t, pub messageType: i32, pub message: nvtxMessageValue_t, }

Fields§

§version: u16§size: u16§identifierType: i32§identifier: nvtxResourceAttributes_v0_identifier_t§messageType: i32§message: nvtxMessageValue_t