Skip to main content

EventAttributes

Type Alias EventAttributes 

Source
pub type EventAttributes = nvtxEventAttributes_t;
Expand description

Struct representing all possible Event attributes.

Aliased Type§

#[repr(C)]
pub struct EventAttributes { pub version: u16, pub size: u16, pub category: u32, pub colorType: i32, pub color: u32, pub payloadType: i32, pub reserved0: i32, pub payload: nvtxEventAttributes_v2_payload_t, pub messageType: i32, pub message: nvtxMessageValue_t, }

Fields§

§version: u16§size: u16§category: u32§colorType: i32§color: u32§payloadType: i32§reserved0: i32§payload: nvtxEventAttributes_v2_payload_t§messageType: i32§message: nvtxMessageValue_t