#[repr(C)]pub struct io_uring_query_hdr {
pub next_entry: __u64,
pub query_data: __u64,
pub query_op: __u32,
pub size: __u32,
pub result: __s32,
pub __resv: [__u32; 3],
}Fields§
§next_entry: __u64§query_data: __u64§query_op: __u32§size: __u32§result: __s32§__resv: [__u32; 3]Trait Implementations§
Source§impl Clone for io_uring_query_hdr
impl Clone for io_uring_query_hdr
Source§fn clone(&self) -> io_uring_query_hdr
fn clone(&self) -> io_uring_query_hdr
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for io_uring_query_hdr
impl Debug for io_uring_query_hdr
Source§impl Default for io_uring_query_hdr
impl Default for io_uring_query_hdr
Source§fn default() -> io_uring_query_hdr
fn default() -> io_uring_query_hdr
Returns the “default value” for a type. Read more
impl Copy for io_uring_query_hdr
Auto Trait Implementations§
impl Freeze for io_uring_query_hdr
impl RefUnwindSafe for io_uring_query_hdr
impl Send for io_uring_query_hdr
impl Sync for io_uring_query_hdr
impl Unpin for io_uring_query_hdr
impl UnwindSafe for io_uring_query_hdr
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)