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
sourceimpl Clone for io_uring_sqe
impl Clone for io_uring_sqe
sourcefn clone(&self) -> io_uring_sqe
fn clone(&self) -> io_uring_sqe
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
Auto Trait Implementations
impl RefUnwindSafe for io_uring_sqe
impl Send for io_uring_sqe
impl Sync for io_uring_sqe
impl Unpin for io_uring_sqe
impl UnwindSafe for io_uring_sqe
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