#[repr(C)]
pub union io_uring_sqe__bindgen_ty_3 {
Show 23 fields
pub rw_flags: c_int,
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,
pub xattr_flags: u32,
pub msg_ring_flags: u32,
pub uring_cmd_flags: u32,
pub waitid_flags: u32,
pub futex_flags: u32,
pub install_fd_flags: u32,
pub nop_flags: u32,
}Fields§
§rw_flags: c_int§fsync_flags: u32§poll_events: u16§poll32_events: u32§sync_range_flags: u32§msg_flags: u32§timeout_flags: u32§accept_flags: u32§cancel_flags: u32§open_flags: u32§statx_flags: u32§fadvise_advice: u32§splice_flags: u32§rename_flags: u32§unlink_flags: u32§hardlink_flags: u32§xattr_flags: u32§msg_ring_flags: u32§uring_cmd_flags: u32§waitid_flags: u32§futex_flags: u32§install_fd_flags: u32§nop_flags: u32Trait Implementations§
Source§impl Clone for io_uring_sqe__bindgen_ty_3
impl Clone for io_uring_sqe__bindgen_ty_3
Source§fn 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for io_uring_sqe__bindgen_ty_3
impl Default for io_uring_sqe__bindgen_ty_3
impl Copy for io_uring_sqe__bindgen_ty_3
Auto Trait Implementations§
impl Freeze for io_uring_sqe__bindgen_ty_3
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more