#[repr(u32)]
#[non_exhaustive]
pub enum _bindgen_ty_8 {
Show 41 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_TEE, IORING_OP_SHUTDOWN, IORING_OP_RENAMEAT, IORING_OP_UNLINKAT, IORING_OP_MKDIRAT, IORING_OP_SYMLINKAT, IORING_OP_LINKAT, IORING_OP_LAST,
}

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future 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_TEE

IORING_OP_SHUTDOWN

IORING_OP_RENAMEAT

IORING_OP_UNLINKAT

IORING_OP_MKDIRAT

IORING_OP_SYMLINKAT

IORING_OP_LINKAT

IORING_OP_LAST

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

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.