#[repr(C)]
pub union op_flags_union {
Show 17 fields pub rw_flags: ReadWriteFlags, pub fsync_flags: IoringFsyncFlags, pub poll_events: u16, pub poll32_events: u32, pub sync_range_flags: u32, pub send_flags: SendFlags, pub recv_flags: RecvFlags, pub timeout_flags: IoringTimeoutFlags, pub accept_flags: AcceptFlags, pub cancel_flags: u32, pub open_flags: AtFlags, pub statx_flags: AtFlags, pub fadvise_advice: Advice, pub splice_flags: SpliceFlags, pub rename_flags: RenameFlags, pub unlink_flags: AtFlags, pub hardlink_flags: AtFlags,
}
Available on crate feature io_uring only.

Fields

rw_flags: ReadWriteFlagsfsync_flags: IoringFsyncFlagspoll_events: u16poll32_events: u32sync_range_flags: u32send_flags: SendFlags

msg_flags is split into send_flags and recv_flags.

recv_flags: RecvFlags

msg_flags is split into send_flags and recv_flags.

timeout_flags: IoringTimeoutFlagsaccept_flags: AcceptFlagscancel_flags: u32open_flags: AtFlagsstatx_flags: AtFlagsfadvise_advice: Advicesplice_flags: SpliceFlagsrename_flags: RenameFlagsunlink_flags: AtFlagshardlink_flags: AtFlags

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. 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

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 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.