[][src]Module io_uring::types

Common Linux types not provided by libc.

Structs

Args
Fd

A file descriptor that has not been registered with io_uring.

Fixed

A file descriptor that has been registered with io_uring using Submitter::register_files. This can reduce overhead compared to using Fd in some cases.

FsyncFlags

Options for Fsync.

OpenHow

Wrapper around open_how as used in the openat2(2) system call.

TimeoutFlags

Options for Timeout.

Timespec
epoll_event

Opaque types, you should use epoll_event instead.

statx

Opaque types, you should use statx instead.

Type Definitions

RwFlags