#[repr(C)]pub struct switch_loadable_module_function_table {
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_tTrait Implementations§
Source§impl Clone for switch_loadable_module_function_table
impl Clone for switch_loadable_module_function_table
Source§fn clone(&self) -> switch_loadable_module_function_table
fn clone(&self) -> switch_loadable_module_function_table
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_loadable_module_function_table
Auto Trait Implementations§
impl Freeze for switch_loadable_module_function_table
impl RefUnwindSafe for switch_loadable_module_function_table
impl Send for switch_loadable_module_function_table
impl Sync for switch_loadable_module_function_table
impl Unpin for switch_loadable_module_function_table
impl UnwindSafe for switch_loadable_module_function_table
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