#[repr(C)]pub struct io_uring_sqe {
pub opcode: __u8,
pub flags: __u8,
pub ioprio: __u16,
pub fd: __s32,
pub off_addr2: off_addr2,
pub addr: __u64,
pub len: __u32,
pub cmd_flags: cmd_flags,
pub user_data: __u64,
pub buf_index: buf_index_padding,
}Fields§
§opcode: __u8§flags: __u8§ioprio: __u16§fd: __s32§off_addr2: off_addr2§addr: __u64§len: __u32§cmd_flags: cmd_flags§user_data: __u64§buf_index: buf_index_paddingAuto 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