pub struct SignalGraphStats {
pub signal_count: usize,
}Expand description
Statistics about the signal graph.
Fields§
§signal_count: usizeNumber of registered signals
Trait Implementations§
Source§impl Clone for SignalGraphStats
impl Clone for SignalGraphStats
Source§fn clone(&self) -> SignalGraphStats
fn clone(&self) -> SignalGraphStats
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 SignalGraphStats
impl RefUnwindSafe for SignalGraphStats
impl Send for SignalGraphStats
impl Sync for SignalGraphStats
impl Unpin for SignalGraphStats
impl UnsafeUnpin for SignalGraphStats
impl UnwindSafe for SignalGraphStats
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