pub struct SpottedEntityUpdatesData {
pub entity_idx: Option<u64>,
pub class_id: Option<u64>,
pub origin_x: Option<u64>,
pub origin_y: Option<u64>,
pub origin_z: Option<u64>,
pub angle_y: Option<u64>,
pub defuser: Option<u64>,
pub player_has_defuser: Option<u64>,
pub player_has_c4: Option<u64>,
}
Fields§
§entity_idx: Option<u64>
§class_id: Option<u64>
§origin_x: Option<u64>
§origin_y: Option<u64>
§origin_z: Option<u64>
§angle_y: Option<u64>
§defuser: Option<u64>
§player_has_defuser: Option<u64>
§player_has_c4: Option<u64>
Implementations§
Trait Implementations§
source§impl Clone for SpottedEntityUpdatesData
impl Clone for SpottedEntityUpdatesData
source§fn clone(&self) -> SpottedEntityUpdatesData
fn clone(&self) -> SpottedEntityUpdatesData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more