macro_rules! table_layout {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (auto) => { ... };
    (fixed) => { ... };
}