Expand description
Common Linux types not provided by libc.
Structs§
- CancelBuilder constructs match criteria for request cancellation.
- A destination slot for sending fixed resources (e.g.
opcode::MsgRingSendFd
). - A file descriptor that has not been registered with io_uring.
- A file descriptor that has been registered with io_uring using
Submitter::register_files
orSubmitter::register_files_sparse
. This can reduce overhead compared to usingFd
in some cases. - Options for
Fsync
. - Wrapper around
futex_waitv
as used infutex_waitv
system call. - Wrapper around
open_how
as used in theopenat2(2)
system call. - Helper structure for parsing the result of a multishot
opcode::RecvMsg
. - Submit arguments
- Options for
Timeout
. - Opaque types, you should use
epoll_event
instead. - Opaque types, you should use
statx
instead.