Struct linux_raw_sys::general::io_uring_sqe
source · #[repr(C)]pub struct io_uring_sqe {Show 13 fields
pub opcode: __u8,
pub flags: __u8,
pub ioprio: __u16,
pub fd: __s32,
pub __bindgen_anon_1: io_uring_sqe__bindgen_ty_1,
pub __bindgen_anon_2: io_uring_sqe__bindgen_ty_2,
pub len: __u32,
pub __bindgen_anon_3: io_uring_sqe__bindgen_ty_3,
pub user_data: __u64,
pub __bindgen_anon_4: io_uring_sqe__bindgen_ty_4,
pub personality: __u16,
pub __bindgen_anon_5: io_uring_sqe__bindgen_ty_5,
pub __pad2: [__u64; 2],
}
Fields§
§opcode: __u8
§flags: __u8
§ioprio: __u16
§fd: __s32
§__bindgen_anon_1: io_uring_sqe__bindgen_ty_1
§__bindgen_anon_2: io_uring_sqe__bindgen_ty_2
§len: __u32
§__bindgen_anon_3: io_uring_sqe__bindgen_ty_3
§user_data: __u64
§__bindgen_anon_4: io_uring_sqe__bindgen_ty_4
§personality: __u16
§__bindgen_anon_5: io_uring_sqe__bindgen_ty_5
§__pad2: [__u64; 2]
Trait Implementations§
source§impl Clone for io_uring_sqe
impl Clone for io_uring_sqe
source§fn clone(&self) -> io_uring_sqe
fn clone(&self) -> io_uring_sqe
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 more