Struct orchestra::SubsystemMeterReadouts
source · pub struct SubsystemMeterReadouts {
pub bounded: Readout,
pub unbounded: Readout,
pub signals: Readout,
}
Expand description
Set of readouts of the Meter
s of a subsystem.
Fields§
§bounded: Readout
§unbounded: Readout
§signals: Readout
Auto Trait Implementations§
impl RefUnwindSafe for SubsystemMeterReadouts
impl Send for SubsystemMeterReadouts
impl Sync for SubsystemMeterReadouts
impl Unpin for SubsystemMeterReadouts
impl UnwindSafe for SubsystemMeterReadouts
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