#[repr(C)]
pub union io_uring_sqe__bindgen_ty_3 {
Show 16 fields
pub rw_flags: __kernel_rwf_t,
pub fsync_flags: __u32,
pub poll_events: __u16,
pub poll32_events: __u32,
pub sync_range_flags: __u32,
pub msg_flags: __u32,
pub timeout_flags: __u32,
pub accept_flags: __u32,
pub cancel_flags: __u32,
pub open_flags: __u32,
pub statx_flags: __u32,
pub fadvise_advice: __u32,
pub splice_flags: __u32,
pub rename_flags: __u32,
pub unlink_flags: __u32,
pub hardlink_flags: __u32,
}Fields
rw_flags: __kernel_rwf_tfsync_flags: __u32poll_events: __u16poll32_events: __u32sync_range_flags: __u32msg_flags: __u32timeout_flags: __u32accept_flags: __u32cancel_flags: __u32open_flags: __u32statx_flags: __u32fadvise_advice: __u32splice_flags: __u32rename_flags: __u32unlink_flags: __u32hardlink_flags: __u32Trait Implementations
sourceimpl Clone for io_uring_sqe__bindgen_ty_3
impl Clone for io_uring_sqe__bindgen_ty_3
sourcefn clone(&self) -> io_uring_sqe__bindgen_ty_3
fn clone(&self) -> io_uring_sqe__bindgen_ty_3
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for io_uring_sqe__bindgen_ty_3
Auto Trait Implementations
impl RefUnwindSafe for io_uring_sqe__bindgen_ty_3
impl Send for io_uring_sqe__bindgen_ty_3
impl Sync for io_uring_sqe__bindgen_ty_3
impl Unpin for io_uring_sqe__bindgen_ty_3
impl UnwindSafe for io_uring_sqe__bindgen_ty_3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more