Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

io_uring_file_index_range

Argument for IORING_REGISTER_FILE_ALLOC_RANGE The range is specified as [off, off + len)

linux.io_uring_file_index_range
pub const io_uring_file_index_range = extern struct

File

lib/std/os/linux.zig:7822

Code

pub const io_uring_file_index_range = extern struct {
    off: u32,
    len: u32,
    resv: u64,
}