pub struct ObjectsDataUpdate {
pub data_updates: HashMap<LegacyId, StuffData>,
}
Fields§
§data_updates: HashMap<LegacyId, StuffData>
Trait Implementations§
Source§impl BaseParser for ObjectsDataUpdate
impl BaseParser for ObjectsDataUpdate
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for ObjectsDataUpdate
impl Clone for ObjectsDataUpdate
Source§fn clone(&self) -> ObjectsDataUpdate
fn clone(&self) -> ObjectsDataUpdate
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 moreSource§impl Debug for ObjectsDataUpdate
impl Debug for ObjectsDataUpdate
Source§impl Default for ObjectsDataUpdate
impl Default for ObjectsDataUpdate
Source§fn default() -> ObjectsDataUpdate
fn default() -> ObjectsDataUpdate
Returns the “default value” for a type. Read more
Source§impl PacketVariable for ObjectsDataUpdate
impl PacketVariable for ObjectsDataUpdate
Source§impl PartialEq for ObjectsDataUpdate
impl PartialEq for ObjectsDataUpdate
impl StructuralPartialEq for ObjectsDataUpdate
Auto Trait Implementations§
impl Freeze for ObjectsDataUpdate
impl RefUnwindSafe for ObjectsDataUpdate
impl Send for ObjectsDataUpdate
impl Sync for ObjectsDataUpdate
impl Unpin for ObjectsDataUpdate
impl UnwindSafe for ObjectsDataUpdate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more