pub struct DatagramChunker { /* private fields */ }
Expand description
A utility for chunking messages into datagrams with a specified maximum size.
Implementations§
Source§impl DatagramChunker
impl DatagramChunker
Auto Trait Implementations§
impl Freeze for DatagramChunker
impl RefUnwindSafe for DatagramChunker
impl Send for DatagramChunker
impl Sync for DatagramChunker
impl Unpin for DatagramChunker
impl UnwindSafe for DatagramChunker
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