panorama/imap/src/events.rs

6 lines
76 B
Rust
Raw Normal View History

2021-08-08 05:54:01 +00:00
bitflags! {
pub struct EventMask: u32 {
const NONE = 0;
}
}