i64_tuple

Macro i64_tuple 

Source
macro_rules! i64_tuple {
    ($NAME:ident, $ENDIAN:literal, $(#[$STRUCT_META:meta]),* ) => { ... };
}
Expand description

see u16_tuple for more details and examples.