pub struct SubsystemMeterReadouts {
pub bounded: Readout,
pub unbounded: Readout,
pub signals: Readout,
}Expand description
Set of readouts of the Meters of a subsystem.
Fields§
§bounded: Readout§unbounded: Readout§signals: ReadoutAuto Trait Implementations§
impl Freeze for SubsystemMeterReadouts
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