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 duplicate 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 for ItemUpdate
impl PartialEq for ItemUpdate
impl StructuralPartialEq for ItemUpdate
Auto Trait Implementations§
impl Freeze for ItemUpdate
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