rust-nex/rnex-core/src/rmc/structures/data.rs

5 lines
107 B
Rust

use macros::RmcSerialize;
#[derive(RmcSerialize, Debug, Clone, Copy)]
#[rmc_struct(0)]
pub struct Data {}