pub struct ItemUpdate {
pub data: WallItem,
}
Fields§
§data: WallItem
Trait Implementations§
source§impl BaseParser for ItemUpdate
impl BaseParser for ItemUpdate
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 ItemUpdate
impl Clone for ItemUpdate
source§fn clone(&self) -> ItemUpdate
fn clone(&self) -> ItemUpdate
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 ItemUpdate
impl Debug for ItemUpdate
source§impl Default for ItemUpdate
impl Default for ItemUpdate
source§fn default() -> ItemUpdate
fn default() -> ItemUpdate
Returns the “default value” for a type. Read more
source§impl PacketVariable for ItemUpdate
impl PacketVariable for ItemUpdate
source§impl PartialEq<ItemUpdate> for ItemUpdate
impl PartialEq<ItemUpdate> for ItemUpdate
source§fn eq(&self, other: &ItemUpdate) -> bool
fn eq(&self, other: &ItemUpdate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ItemUpdate
Auto Trait Implementations§
impl RefUnwindSafe for ItemUpdate
impl Send for ItemUpdate
impl Sync for ItemUpdate
impl Unpin for ItemUpdate
impl UnwindSafe for ItemUpdate
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