pub struct PerformanceCounterEventsControlHandle { /* private fields */ }
Implementations§
source§impl PerformanceCounterEventsControlHandle
impl PerformanceCounterEventsControlHandle
pub fn send_on_performance_counter_read_completed( &self, payload: PerformanceCounterEventsOnPerformanceCounterReadCompletedRequest ) -> Result<(), Error>
Trait Implementations§
source§impl Clone for PerformanceCounterEventsControlHandle
impl Clone for PerformanceCounterEventsControlHandle
source§fn clone(&self) -> PerformanceCounterEventsControlHandle
fn clone(&self) -> PerformanceCounterEventsControlHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more