#[repr(C)]
pub union io_uring_sqe__bindgen_ty_5 {
pub splice_fd_in: __s32,
pub file_index: __u32,
}Fields§
§splice_fd_in:__s32
§
file_index:__u32
Trait Implementations§
source§impl Clone for io_uring_sqe__bindgen_ty_5
impl Clone for io_uring_sqe__bindgen_ty_5
source§fn clone(&self) -> io_uring_sqe__bindgen_ty_5
fn clone(&self) -> io_uring_sqe__bindgen_ty_5
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 more