Struct energy_monitor::dummy::DummyEnergyMonitor [] [src]

pub struct DummyEnergyMonitor;

Trait Implementations

impl Copy for DummyEnergyMonitor
[src]

impl Clone for DummyEnergyMonitor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DummyEnergyMonitor
[src]

Formats the value using the given formatter.

impl EnergyMonitor for DummyEnergyMonitor
[src]

Read the energy value in microjoules

Get the energy monitoring source as a String

Get the energy monitor's refresh interval in microseconds. This can be used as a minimum polling period. Read more

Get the energy monitor's precision in microjoules.

Get whether energy monitor requires exclusive access.