Type Alias switch_device_stats_t

Source
pub type switch_device_stats_t = switch_device_stats_s;

Aliased Type§

#[repr(C)]
pub struct switch_device_stats_t {
Show 25 fields pub total: u32, pub total_in: u32, pub total_out: u32, pub offhook: u32, pub offhook_in: u32, pub offhook_out: u32, pub active: u32, pub active_in: u32, pub active_out: u32, pub held: u32, pub held_in: u32, pub held_out: u32, pub unheld: u32, pub unheld_in: u32, pub unheld_out: u32, pub hup: u32, pub hup_in: u32, pub hup_out: u32, pub ringing: u32, pub ringing_in: u32, pub ringing_out: u32, pub early: u32, pub early_in: u32, pub early_out: u32, pub ring_wait: u32,
}

Fields§

§total: u32§total_in: u32§total_out: u32§offhook: u32§offhook_in: u32§offhook_out: u32§active: u32§active_in: u32§active_out: u32§held: u32§held_in: u32§held_out: u32§unheld: u32§unheld_in: u32§unheld_out: u32§hup: u32§hup_in: u32§hup_out: u32§ringing: u32§ringing_in: u32§ringing_out: u32§early: u32§early_in: u32§early_out: u32§ring_wait: u32