#[repr(C)]pub struct switch_loadable_module_function_table_t {
pub switch_api_version: c_int,
pub load: switch_module_load_t,
pub shutdown: switch_module_shutdown_t,
pub runtime: switch_module_runtime_t,
pub flags: switch_module_flag_t,
}Fields§
§switch_api_version: c_int§load: switch_module_load_t§shutdown: switch_module_shutdown_t§runtime: switch_module_runtime_t§flags: switch_module_flag_tAuto Trait Implementations§
impl Freeze for switch_loadable_module_function_table_t
impl RefUnwindSafe for switch_loadable_module_function_table_t
impl Send for switch_loadable_module_function_table_t
impl Sync for switch_loadable_module_function_table_t
impl Unpin for switch_loadable_module_function_table_t
impl UnsafeUnpin for switch_loadable_module_function_table_t
impl UnwindSafe for switch_loadable_module_function_table_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