pub struct PushIoUringProviderInfo<Prev: Pusher> { /* private fields */ }Available on crate feature
netdev only.Implementations§
Source§impl<Prev: Pusher> PushIoUringProviderInfo<Prev>
impl<Prev: Pusher> PushIoUringProviderInfo<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_rx_buf_len(self, value: u32) -> Self
pub fn push_rx_buf_len(self, value: u32) -> Self
RX buffer length in bytes for this io_uring memory provider. Reflects the rx_buf_len passed at io_uring zerocopy rx registration time.
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushIoUringProviderInfo<Prev>
impl<Prev: Pusher> Drop for PushIoUringProviderInfo<Prev>
Source§impl<Prev: Pusher> Pusher for PushIoUringProviderInfo<Prev>
impl<Prev: Pusher> Pusher for PushIoUringProviderInfo<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushIoUringProviderInfo<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushIoUringProviderInfo<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushIoUringProviderInfo<Prev>where
Prev: Send,
impl<Prev> Sync for PushIoUringProviderInfo<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushIoUringProviderInfo<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushIoUringProviderInfo<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushIoUringProviderInfo<Prev>where
Prev: UnwindSafe,
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