pub struct ObjectDataUpdate {
pub id: LegacyStringId,
pub data: StuffData,
}
Fields§
§id: LegacyStringId
§data: StuffData
Trait Implementations§
Source§impl BaseParser for ObjectDataUpdate
impl BaseParser for ObjectDataUpdate
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 ObjectDataUpdate
impl Clone for ObjectDataUpdate
Source§fn clone(&self) -> ObjectDataUpdate
fn clone(&self) -> ObjectDataUpdate
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 ObjectDataUpdate
impl Debug for ObjectDataUpdate
Source§impl PacketVariable for ObjectDataUpdate
impl PacketVariable for ObjectDataUpdate
Source§impl PartialEq for ObjectDataUpdate
impl PartialEq for ObjectDataUpdate
impl StructuralPartialEq for ObjectDataUpdate
Auto Trait Implementations§
impl Freeze for ObjectDataUpdate
impl RefUnwindSafe for ObjectDataUpdate
impl Send for ObjectDataUpdate
impl Sync for ObjectDataUpdate
impl Unpin for ObjectDataUpdate
impl UnwindSafe for ObjectDataUpdate
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