Enum nc::types::IOURING_OP[][src]

#[repr(u8)]
pub enum IOURING_OP {
Show 34 variants IORING_OP_NOP, IORING_OP_READV, IORING_OP_WRITEV, IORING_OP_FSYNC, IORING_OP_READ_FIXED, IORING_OP_WRITE_FIXED, IORING_OP_POLL_ADD, IORING_OP_POLL_REMOVE, IORING_OP_SYNC_FILE_RANGE, IORING_OP_SENDMSG, IORING_OP_RECVMSG, IORING_OP_TIMEOUT, IORING_OP_TIMEOUT_REMOVE, IORING_OP_ACCEPT, IORING_OP_ASYNC_CANCEL, IORING_OP_LINK_TIMEOUT, IORING_OP_CONNECT, IORING_OP_FALLOCATE, IORING_OP_OPENAT, IORING_OP_CLOSE, IORING_OP_FILES_UPDATE, IORING_OP_STATX, IORING_OP_READ, IORING_OP_WRITE, IORING_OP_FADVISE, IORING_OP_MADVISE, IORING_OP_SEND, IORING_OP_RECV, IORING_OP_OPENAT2, IORING_OP_EPOLL_CTL, IORING_OP_SPLICE, IORING_OP_PROVIDE_BUFFERS, IORING_OP_REMOVE_BUFFERS, IORING_OP_LAST,
}

Variants

IORING_OP_NOP

IORING_OP_READV

IORING_OP_WRITEV

IORING_OP_FSYNC

IORING_OP_READ_FIXED

IORING_OP_WRITE_FIXED

IORING_OP_POLL_ADD

IORING_OP_POLL_REMOVE

IORING_OP_SYNC_FILE_RANGE

IORING_OP_SENDMSG

IORING_OP_RECVMSG

IORING_OP_TIMEOUT

IORING_OP_TIMEOUT_REMOVE

IORING_OP_ACCEPT

IORING_OP_ASYNC_CANCEL

IORING_OP_CONNECT

IORING_OP_FALLOCATE

IORING_OP_OPENAT

IORING_OP_CLOSE

IORING_OP_FILES_UPDATE

IORING_OP_STATX

IORING_OP_READ

IORING_OP_WRITE

IORING_OP_FADVISE

IORING_OP_MADVISE

IORING_OP_SEND

IORING_OP_RECV

IORING_OP_OPENAT2

IORING_OP_EPOLL_CTL

IORING_OP_SPLICE

IORING_OP_PROVIDE_BUFFERS

IORING_OP_REMOVE_BUFFERS

IORING_OP_LAST

this goes last, obviously

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.