Struct tf_demo_parser::demo::packet::synctick::SyncTickPacket [−][src]
pub struct SyncTickPacket {
pub tick: u32,
}Fields
tick: 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 SyncTickPacketimpl Send for SyncTickPacketimpl Sync for SyncTickPacketimpl Unpin for SyncTickPacketimpl UnwindSafe for SyncTickPacket