Struct tf_demo_parser::demo::packet::message::MessagePacketMeta [−][src]
pub struct MessagePacketMeta {
pub flags: u32,
pub view_angles: ViewAngles,
pub sequence_in: u32,
pub sequence_out: u32,
}Fields
flags: u32view_angles: ViewAnglessequence_in: u32sequence_out: u32Trait 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
Auto Trait Implementations
impl RefUnwindSafe for MessagePacketMetaimpl Send for MessagePacketMetaimpl Sync for MessagePacketMetaimpl Unpin for MessagePacketMetaimpl UnwindSafe for MessagePacketMeta