sat-rs/src/core/events.rs

4 lines
44 B
Rust
Raw Normal View History

2022-05-15 19:17:07 +02:00
pub struct Event {
pub event_id: u32,
}