pub struct MoveWallItem {
pub item_id: LegacyId,
pub location: String,
}
Fields§
§item_id: LegacyId
§location: String
Trait Implementations§
Source§impl BaseParser for MoveWallItem
impl BaseParser for MoveWallItem
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 MoveWallItem
impl Clone for MoveWallItem
Source§fn clone(&self) -> MoveWallItem
fn clone(&self) -> MoveWallItem
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 MoveWallItem
impl Debug for MoveWallItem
Source§impl Default for MoveWallItem
impl Default for MoveWallItem
Source§fn default() -> MoveWallItem
fn default() -> MoveWallItem
Returns the “default value” for a type. Read more
Source§impl PacketVariable for MoveWallItem
impl PacketVariable for MoveWallItem
Source§impl PartialEq for MoveWallItem
impl PartialEq for MoveWallItem
impl StructuralPartialEq for MoveWallItem
Auto Trait Implementations§
impl Freeze for MoveWallItem
impl RefUnwindSafe for MoveWallItem
impl Send for MoveWallItem
impl Sync for MoveWallItem
impl Unpin for MoveWallItem
impl UnwindSafe for MoveWallItem
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