pub struct ObjectUpdate {
pub data: FloorItem,
}
Fields§
§data: FloorItem
Trait Implementations§
source§impl BaseParser for ObjectUpdate
impl BaseParser for ObjectUpdate
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 ObjectUpdate
impl Clone for ObjectUpdate
source§fn clone(&self) -> ObjectUpdate
fn clone(&self) -> ObjectUpdate
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 ObjectUpdate
impl Debug for ObjectUpdate
source§impl PacketVariable for ObjectUpdate
impl PacketVariable for ObjectUpdate
source§impl PartialEq<ObjectUpdate> for ObjectUpdate
impl PartialEq<ObjectUpdate> for ObjectUpdate
source§fn eq(&self, other: &ObjectUpdate) -> bool
fn eq(&self, other: &ObjectUpdate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ObjectUpdate
Auto Trait Implementations§
impl RefUnwindSafe for ObjectUpdate
impl Send for ObjectUpdate
impl Sync for ObjectUpdate
impl Unpin for ObjectUpdate
impl UnwindSafe for ObjectUpdate
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