Struct linux_raw_sys::general::io_uring_file_index_range
source · #[repr(C)]pub struct io_uring_file_index_range {
pub off: __u32,
pub len: __u32,
pub resv: __u64,
}
Fields§
§off: __u32
§len: __u32
§resv: __u64
Trait Implementations§
source§impl Clone for io_uring_file_index_range
impl Clone for io_uring_file_index_range
source§fn clone(&self) -> io_uring_file_index_range
fn clone(&self) -> io_uring_file_index_range
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