Skip to main content

offsetof

Macro offsetof 

Source
macro_rules! offsetof {
    ($obj: ty, $($field: ident).+) => { ... };
}