Struct bitcoinnode_stats::NodeStateStats
source · pub struct NodeStateStats {
pub n_sync_height: i32,
pub n_common_height: i32,
pub starting_height: i32,
pub ping_wait: Duration,
pub height_in_flight: Vec<i32>,
pub addr_processed: u64,
pub addr_rate_limited: u64,
pub addr_relay_enabled: bool,
}Fields§
§n_sync_height: i32§n_common_height: i32§starting_height: i32§ping_wait: Duration§height_in_flight: Vec<i32>§addr_processed: u64§addr_rate_limited: u64§addr_relay_enabled: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NodeStateStats
impl Send for NodeStateStats
impl Sync for NodeStateStats
impl Unpin for NodeStateStats
impl UnwindSafe for NodeStateStats
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more