#[repr(C)]pub struct switch_io_event_hook_send_dtmf {
pub send_dtmf: switch_send_dtmf_hook_t,
pub next: *mut switch_io_event_hook_send_dtmf,
}Expand description
\brief Node in which to store custom send dtmf channel callback hooks
Fields§
§send_dtmf: switch_send_dtmf_hook_tthe send dtmf channel callback hook
next: *mut switch_io_event_hook_send_dtmfTrait Implementations§
Source§impl Clone for switch_io_event_hook_send_dtmf
impl Clone for switch_io_event_hook_send_dtmf
Source§fn clone(&self) -> switch_io_event_hook_send_dtmf
fn clone(&self) -> switch_io_event_hook_send_dtmf
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 moreimpl Copy for switch_io_event_hook_send_dtmf
Auto Trait Implementations§
impl Freeze for switch_io_event_hook_send_dtmf
impl RefUnwindSafe for switch_io_event_hook_send_dtmf
impl !Send for switch_io_event_hook_send_dtmf
impl !Sync for switch_io_event_hook_send_dtmf
impl Unpin for switch_io_event_hook_send_dtmf
impl UnwindSafe for switch_io_event_hook_send_dtmf
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