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<f32>, }
Fields
server_class: ClassId
entity_index: EntityId
props: Vec<SendProp>
in_pvs: bool
pvs: PVS
serial_number: u32
delay: Option<f32>
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PacketEntity
impl Send for PacketEntity
impl Sync for PacketEntity
impl Unpin for PacketEntity
impl UnwindSafe for PacketEntity
Blanket Implementations
Mutably borrows from an owned value. Read more