macro_rules! inherited_properties { ($(($getter:ident, $type:ty, $setter:ident, $test_value:expr)),+) => { ... }; }