pub struct ReadBatch<'a, M: RingMem> { /* private fields */ }
Expand description
An incoming packet batch reader.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, M> Freeze for ReadBatch<'a, M>
impl<'a, M> !RefUnwindSafe for ReadBatch<'a, M>
impl<'a, M> Send for ReadBatch<'a, M>where
M: Sync,
impl<'a, M> Sync for ReadBatch<'a, M>where
M: Sync,
impl<'a, M> Unpin for ReadBatch<'a, M>
impl<'a, M> !UnwindSafe for ReadBatch<'a, M>
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