Enum tf_demo_parser::demo::packet::PacketType [−][src]
#[repr(u8)] pub enum PacketType { Sigon, Message, SyncTick, ConsoleCmd, UserCmd, DataTables, Stop, StringTables, }
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
Auto Trait Implementations
impl RefUnwindSafe for PacketType
impl Send for PacketType
impl Sync for PacketType
impl Unpin for PacketType
impl UnwindSafe for PacketType
Blanket Implementations
Mutably borrows from an owned value. Read more