#[repr(C)]pub struct io_uring_sqe {
pub opcode: __u8,
pub flags: __u8,
pub ioprio: __u16,
pub fd: __s32,
pub __bindgen_anon_1: io_uring_sqe__bindgen_ty_1,
pub addr: __u64,
pub len: __u32,
pub __bindgen_anon_2: io_uring_sqe__bindgen_ty_2,
pub user_data: __u64,
pub __bindgen_anon_3: io_uring_sqe__bindgen_ty_3,
}
Fields§
§opcode: __u8
§flags: __u8
§ioprio: __u16
§fd: __s32
§__bindgen_anon_1: io_uring_sqe__bindgen_ty_1
§addr: __u64
§len: __u32
§__bindgen_anon_2: io_uring_sqe__bindgen_ty_2
§user_data: __u64
§__bindgen_anon_3: io_uring_sqe__bindgen_ty_3
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 moreSource§impl Default for io_uring_sqe
impl Default for io_uring_sqe
impl Copy for io_uring_sqe
Auto Trait Implementations§
impl Freeze for io_uring_sqe
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§
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