panorama/imap/src/events.rs

5 lines
76 B
Rust

bitflags! {
pub struct EventMask: u32 {
const NONE = 0;
}
}