pub struct PlacePet {
pub pet_id: LegacyId,
pub x: i32,
pub y: i32,
}
Fields§
§pet_id: LegacyId
§x: i32
§y: i32
Trait Implementations§
source§impl BaseParser for PlacePet
impl BaseParser for PlacePet
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 PlacePet
impl PacketVariable for PlacePet
source§impl PartialEq<PlacePet> for PlacePet
impl PartialEq<PlacePet> for PlacePet
impl StructuralPartialEq for PlacePet
Auto Trait Implementations§
impl RefUnwindSafe for PlacePet
impl Send for PlacePet
impl Sync for PlacePet
impl Unpin for PlacePet
impl UnwindSafe for PlacePet
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