#[repr(C)]pub struct switch_ivr_dmachine_match {
pub dmachine: *mut switch_ivr_dmachine_t,
pub match_digits: *const c_char,
pub match_key: i32,
pub type_: dm_match_type_t,
pub user_data: *mut c_void,
}Fields§
§dmachine: *mut switch_ivr_dmachine_t§match_digits: *const c_char§match_key: i32§type_: dm_match_type_t§user_data: *mut c_voidTrait Implementations§
Source§impl Clone for switch_ivr_dmachine_match
impl Clone for switch_ivr_dmachine_match
Source§fn clone(&self) -> switch_ivr_dmachine_match
fn clone(&self) -> switch_ivr_dmachine_match
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_ivr_dmachine_match
impl Debug for switch_ivr_dmachine_match
Source§impl Default for switch_ivr_dmachine_match
impl Default for switch_ivr_dmachine_match
impl Copy for switch_ivr_dmachine_match
Auto Trait Implementations§
impl Freeze for switch_ivr_dmachine_match
impl RefUnwindSafe for switch_ivr_dmachine_match
impl !Send for switch_ivr_dmachine_match
impl !Sync for switch_ivr_dmachine_match
impl Unpin for switch_ivr_dmachine_match
impl UnsafeUnpin for switch_ivr_dmachine_match
impl UnwindSafe for switch_ivr_dmachine_match
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