Struct tf_demo_parser::demo::gameevent_gen::ProtoDefChangedEvent [−][src]
pub struct ProtoDefChangedEvent {
pub kind: u8,
pub definition_index: u32,
pub created: bool,
pub deleted: bool,
pub erase_history: bool,
}Fields
kind: u8definition_index: u32created: booldeleted: boolerase_history: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProtoDefChangedEventimpl Send for ProtoDefChangedEventimpl Sync for ProtoDefChangedEventimpl Unpin for ProtoDefChangedEventimpl UnwindSafe for ProtoDefChangedEvent