[][src]Struct ethox_io_uring::RawRing

pub struct RawRing { /* fields omitted */ }

Methods

impl RawRing[src]

pub fn from_fd(fd: c_int) -> Result<Self, Error>[src]

pub fn from_ring(io_ring: IoUring, fd: c_int) -> Self[src]

pub fn flush_and_reap(&mut self) -> Result<usize>[src]

Trait Implementations

impl Device for RawRing[src]

type Payload = PacketBuf

The payload buffer type of this device. Read more

type Handle = Handle

The control handle type also providing packet meta information.

impl Drop for RawRing[src]

Auto Trait Implementations

impl !RefUnwindSafe for RawRing

impl !Send for RawRing

impl !Sync for RawRing

impl Unpin for RawRing

impl !UnwindSafe for RawRing

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.