#[repr(C)]pub struct switch_loadable_module_interface_t {Show 21 fields
pub module_name: *const c_char,
pub endpoint_interface: *mut c_void,
pub timer_interface: *mut c_void,
pub dialplan_interface: *mut c_void,
pub codec_interface: *mut c_void,
pub application_interface: *mut c_void,
pub chat_application_interface: *mut c_void,
pub api_interface: *mut switch_api_interface_t,
pub json_api_interface: *mut c_void,
pub file_interface: *mut c_void,
pub speech_interface: *mut c_void,
pub directory_interface: *mut c_void,
pub chat_interface: *mut c_void,
pub say_interface: *mut c_void,
pub asr_interface: *mut c_void,
pub management_interface: *mut c_void,
pub limit_interface: *mut c_void,
pub database_interface: *mut c_void,
pub rwlock: *mut switch_thread_rwlock_t,
pub refs: c_int,
pub pool: *mut switch_memory_pool_t,
}Fields§
§module_name: *const c_char§endpoint_interface: *mut c_void§timer_interface: *mut c_void§dialplan_interface: *mut c_void§codec_interface: *mut c_void§application_interface: *mut c_void§chat_application_interface: *mut c_void§api_interface: *mut switch_api_interface_t§json_api_interface: *mut c_void§file_interface: *mut c_void§speech_interface: *mut c_void§directory_interface: *mut c_void§chat_interface: *mut c_void§say_interface: *mut c_void§asr_interface: *mut c_void§management_interface: *mut c_void§limit_interface: *mut c_void§database_interface: *mut c_void§rwlock: *mut switch_thread_rwlock_t§refs: c_int§pool: *mut switch_memory_pool_tAuto Trait Implementations§
impl Freeze for switch_loadable_module_interface_t
impl RefUnwindSafe for switch_loadable_module_interface_t
impl !Send for switch_loadable_module_interface_t
impl !Sync for switch_loadable_module_interface_t
impl Unpin for switch_loadable_module_interface_t
impl UnsafeUnpin for switch_loadable_module_interface_t
impl UnwindSafe for switch_loadable_module_interface_t
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