#[repr(transparent)]pub struct FSModuleInterface(pub *mut *mut switch_loadable_module_interface_t);Tuple Fields§
§0: *mut *mut switch_loadable_module_interface_tImplementations§
Source§impl FSModuleInterface
impl FSModuleInterface
pub unsafe fn create( name: &str, pool: *mut switch_memory_pool_t, ) -> *mut switch_loadable_module_interface_t
pub fn add_api<T: ApiInterface>(&self, _i: T)
Auto Trait Implementations§
impl Freeze for FSModuleInterface
impl RefUnwindSafe for FSModuleInterface
impl !Send for FSModuleInterface
impl !Sync for FSModuleInterface
impl Unpin for FSModuleInterface
impl UnwindSafe for FSModuleInterface
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