Trait perf_event::events::EventData

source ·
pub trait EventData: Send + Sync { }
Expand description

Trait for owned event data.

This is automatically implemented for any type which is both Send and Sync.

Implementors§

source§

impl<T: Send + Sync> EventData for T