Struct tf_demo_parser::demo::gameevent_gen::VoteStartedEvent [−][src]
pub struct VoteStartedEvent {
pub issue: String,
pub param_1: String,
pub team: u8,
pub initiator: u32,
}Fields
issue: Stringparam_1: Stringteam: u8initiator: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VoteStartedEventimpl Send for VoteStartedEventimpl Sync for VoteStartedEventimpl Unpin for VoteStartedEventimpl UnwindSafe for VoteStartedEvent