pub struct HftBufferPool<const N: usize = 128, const M: usize = 65536> { /* private fields */ }Expand description
Buffer pool for message processing with const generic capacity and buffer size
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize, const M: usize> Freeze for HftBufferPool<N, M>
impl<const N: usize = 128, const M: usize = 65536> !RefUnwindSafe for HftBufferPool<N, M>
impl<const N: usize, const M: usize> Send for HftBufferPool<N, M>
impl<const N: usize, const M: usize> Sync for HftBufferPool<N, M>
impl<const N: usize, const M: usize> Unpin for HftBufferPool<N, M>
impl<const N: usize = 128, const M: usize = 65536> !UnwindSafe for HftBufferPool<N, 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