1 2 3 4 5 6 7 8 9
use crate::dlui::DynamicBitset; #[repr(C)] /// Source of name: RTTI pub struct DLUserInputSuppressor { _vftable: usize, pub bitset1: DynamicBitset, pub bitset2: DynamicBitset, }