Struct tf_demo_parser::demo::message::packetentities::PacketEntity [−][src]
pub struct PacketEntity {
pub server_class: ClassId,
pub entity_index: EntityId,
pub props: Vec<SendProp>,
pub in_pvs: bool,
pub pvs: PVS,
pub serial_number: u32,
pub delay: Option<u32>,
}Fields
server_class: ClassIdentity_index: EntityIdprops: Vec<SendProp>in_pvs: boolpvs: PVSserial_number: u32delay: Option<u32>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PacketEntityimpl Send for PacketEntityimpl Sync for PacketEntityimpl Unpin for PacketEntityimpl UnwindSafe for PacketEntityBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible