[][src]Struct iou::sys::io_uring

#[repr(C)]
pub struct io_uring {
    pub sq: io_uring_sq,
    pub cq: io_uring_cq,
    pub flags: u32,
    pub ring_fd: i32,
}

Fields

sq: io_uring_sqcq: io_uring_cqflags: u32ring_fd: i32

Auto Trait Implementations

impl !Send for io_uring

impl !Sync for io_uring

impl Unpin for io_uring

impl UnwindSafe for io_uring

impl RefUnwindSafe for io_uring

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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