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

IO submission data structure (Submission Queue Entry)

Fields

opcode: IoRingOpflags: __u8ioprio: __u16fd: __s32off_addr2: off_addr2addr_splice_off_in: addr_splice_off_inlen: __u32cmd_flags: cmd_flagsuser_data: __u64buf_index: buf_index_padding

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.