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: MeterImplementations§
Source§impl SubsystemMeters
impl SubsystemMeters
Sourcepub fn read(&self) -> SubsystemMeterReadouts
pub fn read(&self) -> SubsystemMeterReadouts
Read the values of all subsystem Meters.
Trait Implementations§
Source§impl Clone for SubsystemMeters
impl Clone for SubsystemMeters
Source§fn clone(&self) -> SubsystemMeters
fn clone(&self) -> SubsystemMeters
Returns a duplicate 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 Freeze for SubsystemMeters
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