pub enum IoUringProviderInfo {
RxBufLen(u32),
}Available on crate feature
netdev only.Variants§
RxBufLen(u32)
RX buffer length in bytes for this io_uring memory provider. Reflects the rx_buf_len passed at io_uring zerocopy rx registration time.
Implementations§
Source§impl IoUringProviderInfo
impl IoUringProviderInfo
pub fn new<'a>(buf: &'a [u8]) -> IterableIoUringProviderInfo<'a> ⓘ
Trait Implementations§
Source§impl Clone for IoUringProviderInfo
impl Clone for IoUringProviderInfo
Source§fn clone(&self) -> IoUringProviderInfo
fn clone(&self) -> IoUringProviderInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IoUringProviderInfo
impl RefUnwindSafe for IoUringProviderInfo
impl Send for IoUringProviderInfo
impl Sync for IoUringProviderInfo
impl Unpin for IoUringProviderInfo
impl UnsafeUnpin for IoUringProviderInfo
impl UnwindSafe for IoUringProviderInfo
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