#[repr(C)]
pub struct io_uring_sqe {
Show 13 fields pub opcode: __u8, pub flags: __u8, pub ioprio: __u16, pub fd: __s32, pub __bindgen_anon_1: io_uring_sqe__bindgen_ty_1, pub __bindgen_anon_2: io_uring_sqe__bindgen_ty_2, pub len: __u32, pub __bindgen_anon_3: io_uring_sqe__bindgen_ty_3, pub user_data: __u64, pub __bindgen_anon_4: io_uring_sqe__bindgen_ty_4, pub personality: __u16, pub __bindgen_anon_5: io_uring_sqe__bindgen_ty_5, pub __pad2: [__u64; 2],
}

Fields

opcode: __u8flags: __u8ioprio: __u16fd: __s32__bindgen_anon_1: io_uring_sqe__bindgen_ty_1__bindgen_anon_2: io_uring_sqe__bindgen_ty_2len: __u32__bindgen_anon_3: io_uring_sqe__bindgen_ty_3user_data: __u64__bindgen_anon_4: io_uring_sqe__bindgen_ty_4personality: __u16__bindgen_anon_5: io_uring_sqe__bindgen_ty_5__pad2: [__u64; 2]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.