offset_of

Macro offset_of 

Source
macro_rules! offset_of {
    ($Ty:path, $field:ident) => { ... };
}
Expand description

Polyfill for std’s offset_of.