pub struct MountPet {
pub pet_id: LegacyId,
pub mounted: bool,
}
Fields§
§pet_id: LegacyId
§mounted: bool
Trait Implementations§
Source§impl BaseParser for MountPet
impl BaseParser for MountPet
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 MountPet
impl PacketVariable for MountPet
impl StructuralPartialEq for MountPet
Auto Trait Implementations§
impl Freeze for MountPet
impl RefUnwindSafe for MountPet
impl Send for MountPet
impl Sync for MountPet
impl Unpin for MountPet
impl UnwindSafe for MountPet
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