#[repr(C)]
pub struct io_uring_sqe__bindgen_ty_3 {
Show 20 fields pub rw_flags: __BindgenUnionField<__kernel_rwf_t>, pub fsync_flags: __BindgenUnionField<__u32>, pub poll_events: __BindgenUnionField<__u16>, pub poll32_events: __BindgenUnionField<__u32>, pub sync_range_flags: __BindgenUnionField<__u32>, pub msg_flags: __BindgenUnionField<__u32>, pub timeout_flags: __BindgenUnionField<__u32>, pub accept_flags: __BindgenUnionField<__u32>, pub cancel_flags: __BindgenUnionField<__u32>, pub open_flags: __BindgenUnionField<__u32>, pub statx_flags: __BindgenUnionField<__u32>, pub fadvise_advice: __BindgenUnionField<__u32>, pub splice_flags: __BindgenUnionField<__u32>, pub rename_flags: __BindgenUnionField<__u32>, pub unlink_flags: __BindgenUnionField<__u32>, pub hardlink_flags: __BindgenUnionField<__u32>, pub xattr_flags: __BindgenUnionField<__u32>, pub msg_ring_flags: __BindgenUnionField<__u32>, pub uring_cmd_flags: __BindgenUnionField<__u32>, pub bindgen_union_field: u32,
}

Fields§

§rw_flags: __BindgenUnionField<__kernel_rwf_t>§fsync_flags: __BindgenUnionField<__u32>§poll_events: __BindgenUnionField<__u16>§poll32_events: __BindgenUnionField<__u32>§sync_range_flags: __BindgenUnionField<__u32>§msg_flags: __BindgenUnionField<__u32>§timeout_flags: __BindgenUnionField<__u32>§accept_flags: __BindgenUnionField<__u32>§cancel_flags: __BindgenUnionField<__u32>§open_flags: __BindgenUnionField<__u32>§statx_flags: __BindgenUnionField<__u32>§fadvise_advice: __BindgenUnionField<__u32>§splice_flags: __BindgenUnionField<__u32>§rename_flags: __BindgenUnionField<__u32>§unlink_flags: __BindgenUnionField<__u32>§hardlink_flags: __BindgenUnionField<__u32>§xattr_flags: __BindgenUnionField<__u32>§msg_ring_flags: __BindgenUnionField<__u32>§uring_cmd_flags: __BindgenUnionField<__u32>§bindgen_union_field: u32

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.