pub enum EventData {
MMAP(MMAPRecord),
Lost(LostRecord),
Comm(CommRecord),
Exit(ExitRecord),
Throttle(ThrottleRecord),
Unthrottle(UnthrottleRecord),
Fork(ForkRecord),
Sample(SampleRecord),
MMAP2(MMAP2Record),
BuildId(BuildIdRecord),
None,
}Variants
MMAP(MMAPRecord)Lost(LostRecord)Comm(CommRecord)Exit(ExitRecord)Throttle(ThrottleRecord)Unthrottle(UnthrottleRecord)Fork(ForkRecord)Sample(SampleRecord)MMAP2(MMAP2Record)BuildId(BuildIdRecord)NoneTrait Implementations
Formats the value using the given formatter.