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