[][src]Macro intrusive_collections::offset_of

macro_rules! offset_of {
    ($($inner:tt)*) => { ... };
}

Macro to get the offset of a struct field in bytes from the address of the struct.