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_filesorSubmitter::register_files_sparse. This can reduce overhead compared to usingFdin some cases. - Options for
Fsync. - Wrapper around
open_howas 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_eventinstead. - Opaque types, you should use
statxinstead.