[][src]Type Definition aeron_rs::utils::types::Index

type Index = i32;

Index type is used to express offset and size dimensions of data in buffers. It is i32 because there are many places where "length: Index" is written in to log file where it must be 32 bits long. DON'T USE THIS TYPE INSIDE PACKED STRUCTS AS ITS SIZE MAY CHANGE!!!