[−][src]Struct tf_demo_parser::demo::message::packetentities::PacketEntity
Fields
server_class: ClassId
entity_index: EntityId
props: Vec<SendProp>
in_pvs: bool
pvs: PVS
serial_number: u32
delay: Option<u32>
Implementations
impl PacketEntity
[src]
pub fn apply_update(&mut self, props: Vec<SendProp>)
[src]
pub fn get_prop_by_name(
&self,
table_name: &str,
name: &str
) -> Option<&SendProp>
[src]
&self,
table_name: &str,
name: &str
) -> Option<&SendProp>
Trait Implementations
impl Clone for PacketEntity
[src]
pub fn clone(&self) -> PacketEntity
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for PacketEntity
[src]
impl Display for PacketEntity
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,