struct used by Cmd.map_*_elem commands
map_fd: fd_t
key: u64
result: extern union { value: u64, next_key: u64, }
flags: u64
pub const MapElemAttr = extern struct { map_fd: fd_t, key: u64, result: extern union { value: u64, next_key: u64, }, flags: u64, }
Press escape to exit search and then '?' to see more options.