const_i32_tuple

Macro const_i32_tuple 

Source
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.