pub type switch_channel_timetable_t = switch_channel_timetable;Aliased Type§
#[repr(C)]pub struct switch_channel_timetable_t {
pub profile_created: i64,
pub created: i64,
pub answered: i64,
pub progress: i64,
pub progress_media: i64,
pub hungup: i64,
pub transferred: i64,
pub resurrected: i64,
pub bridged: i64,
pub last_hold: i64,
pub hold_accum: i64,
pub next: *mut switch_channel_timetable,
}Fields§
§profile_created: i64§created: i64§answered: i64§progress: i64§progress_media: i64§hungup: i64§transferred: i64§resurrected: i64§bridged: i64§last_hold: i64§hold_accum: i64§next: *mut switch_channel_timetable