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