#[repr(C)]pub struct switch_channel_timetable {
pub profile_created: switch_time_t,
pub created: switch_time_t,
pub answered: switch_time_t,
pub progress: switch_time_t,
pub progress_media: switch_time_t,
pub hungup: switch_time_t,
pub transferred: switch_time_t,
pub resurrected: switch_time_t,
pub bridged: switch_time_t,
pub last_hold: switch_time_t,
pub hold_accum: switch_time_t,
pub next: *mut switch_channel_timetable,
}Fields§
§profile_created: switch_time_t§created: switch_time_t§answered: switch_time_t§progress: switch_time_t§progress_media: switch_time_t§hungup: switch_time_t§transferred: switch_time_t§resurrected: switch_time_t§bridged: switch_time_t§last_hold: switch_time_t§hold_accum: switch_time_t§next: *mut switch_channel_timetableTrait Implementations§
Source§impl Clone for switch_channel_timetable
impl Clone for switch_channel_timetable
Source§fn clone(&self) -> switch_channel_timetable
fn clone(&self) -> switch_channel_timetable
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 moreSource§impl Debug for switch_channel_timetable
impl Debug for switch_channel_timetable
impl Copy for switch_channel_timetable
Auto Trait Implementations§
impl Freeze for switch_channel_timetable
impl RefUnwindSafe for switch_channel_timetable
impl !Send for switch_channel_timetable
impl !Sync for switch_channel_timetable
impl Unpin for switch_channel_timetable
impl UnwindSafe for switch_channel_timetable
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