pub struct AvgCoupling {
pub fan_in: f64,
pub fan_out: f64,
pub hk: f64,
}Expand description
Coupling averages stored in GraphStats (f64 counterpart of Coupling).
Fields§
§fan_in: f64§fan_out: f64§hk: f64Trait Implementations§
Source§impl Clone for AvgCoupling
impl Clone for AvgCoupling
Source§fn clone(&self) -> AvgCoupling
fn clone(&self) -> AvgCoupling
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AvgCoupling
impl Debug for AvgCoupling
Source§impl Default for AvgCoupling
impl Default for AvgCoupling
Source§fn default() -> AvgCoupling
fn default() -> AvgCoupling
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AvgCoupling
impl<'de> Deserialize<'de> for AvgCoupling
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AvgCoupling
impl RefUnwindSafe for AvgCoupling
impl Send for AvgCoupling
impl Sync for AvgCoupling
impl Unpin for AvgCoupling
impl UnsafeUnpin for AvgCoupling
impl UnwindSafe for AvgCoupling
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