Struct orchestra::SubsystemMeters
source · pub struct SubsystemMeters {
pub bounded: Meter,
pub unbounded: Meter,
pub signals: Meter,
}
Expand description
Collection of meters related to a subsystem.
Fields§
§bounded: Meter
§unbounded: Meter
§signals: Meter
Implementations§
source§impl SubsystemMeters
impl SubsystemMeters
sourcepub fn read(&self) -> SubsystemMeterReadouts
pub fn read(&self) -> SubsystemMeterReadouts
Read the values of all subsystem Meter
s.
Trait Implementations§
source§impl Clone for SubsystemMeters
impl Clone for SubsystemMeters
source§fn clone(&self) -> SubsystemMeters
fn clone(&self) -> SubsystemMeters
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for SubsystemMeters
impl Send for SubsystemMeters
impl Sync for SubsystemMeters
impl Unpin for SubsystemMeters
impl !UnwindSafe for SubsystemMeters
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more