#[repr(C)]pub struct mempool { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for mempool
impl RefUnwindSafe for mempool
impl Send for mempool
impl Sync for mempool
impl Unpin for mempool
impl UnwindSafe for mempool
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