#[repr(C)]pub struct io_uring_sqe {}Fields§
§opcode: u8§flags: u8§ioprio: u16§fd: i32§user_data_or_off: u64§addr: u64§len: u32§op_flags: u32§user_data: u64§buf_index: u16§personality: u16§file_index: i32§addr3: u64§__pad2: [u64; 1]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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for io_uring_sqe
Source§impl Debug for io_uring_sqe
impl Debug for io_uring_sqe
Source§impl Default for io_uring_sqe
impl Default for io_uring_sqe
Source§fn default() -> io_uring_sqe
fn default() -> io_uring_sqe
Returns the “default value” for a type. Read more
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 UnsafeUnpin 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