macro_rules! const_i32_tuple {
($NAME:ident, $CONST:literal, $ENDIAN:literal, $(#[$STRUCT_META:meta]),*) => { ... };
}Expand description
see const_u16_tuple for more details and examples.
macro_rules! const_i32_tuple {
($NAME:ident, $CONST:literal, $ENDIAN:literal, $(#[$STRUCT_META:meta]),*) => { ... };
}see const_u16_tuple for more details and examples.