pub struct MbufBuilder { /* private fields */ }Expand description
Builder for creating mbufs with specific content
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MbufBuilder
impl RefUnwindSafe for MbufBuilder
impl Send for MbufBuilder
impl Sync for MbufBuilder
impl Unpin for MbufBuilder
impl UnsafeUnpin for MbufBuilder
impl UnwindSafe for MbufBuilder
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