Enum tf_demo_parser::demo::message::MessageType [−][src]
#[repr(u8)] pub enum MessageType {}Show 28 variants
Empty, File, NetTick, StringCmd, SetConVar, SigOnState, Print, ServerInfo, ClassInfo, SetPause, CreateStringTable, UpdateStringTable, VoiceInit, VoiceData, ParseSounds, SetView, FixAngle, BspDecal, UserMessage, EntityMessage, GameEvent, PacketEntities, TempEntities, PreFetch, Menu, GameEventList, GetCvarValue, CmdKeyValues,
Variants
Trait Implementations
Read the type from stream
The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more
Write the type to stream
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MessageType
impl Send for MessageType
impl Sync for MessageType
impl Unpin for MessageType
impl UnwindSafe for MessageType
Blanket Implementations
Mutably borrows from an owned value. Read more