pub struct MovePet {
pub item_id: LegacyId,
pub x: i32,
pub y: i32,
pub direction: i32,
}
Fields§
§item_id: LegacyId
§x: i32
§y: i32
§direction: i32
Trait Implementations§
Source§impl BaseParser for MovePet
impl BaseParser for MovePet
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 PacketVariable for MovePet
impl PacketVariable for MovePet
impl StructuralPartialEq for MovePet
Auto Trait Implementations§
impl Freeze for MovePet
impl RefUnwindSafe for MovePet
impl Send for MovePet
impl Sync for MovePet
impl Unpin for MovePet
impl UnwindSafe for MovePet
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