Macro offset_of_struct

Source
macro_rules! offset_of_struct {
    ($struct_name: ty, $field_name: tt) => { ... };
}