#[repr(transparent)]pub struct FSModulePool(pub *mut switch_memory_pool_t);Tuple Fields§
§0: *mut switch_memory_pool_tAuto Trait Implementations§
impl Freeze for FSModulePool
impl RefUnwindSafe for FSModulePool
impl !Send for FSModulePool
impl !Sync for FSModulePool
impl Unpin for FSModulePool
impl UnwindSafe for FSModulePool
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