pub struct mbuf_pool { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for mbuf_pool
impl RefUnwindSafe for mbuf_pool
impl Send for mbuf_pool
impl Sync for mbuf_pool
impl Unpin for mbuf_pool
impl UnwindSafe for mbuf_pool
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