[][src]Struct uring_sys::io_uring_sqe

#[repr(C)]pub struct io_uring_sqe {
    pub opcode: __u8,
    pub flags: __u8,
    pub ioprio: __u16,
    pub fd: __s32,
    pub off_addr2: off_addr2,
    pub addr: __u64,
    pub len: __u32,
    pub cmd_flags: cmd_flags,
    pub user_data: __u64,
    pub buf_index: buf_index_padding,
}

Fields

opcode: __u8flags: __u8ioprio: __u16fd: __s32off_addr2: off_addr2addr: __u64len: __u32cmd_flags: cmd_flagsuser_data: __u64buf_index: buf_index_padding

Auto Trait Implementations

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.